Skip to content

Commit

Permalink
[FEATURE] remove all cdn usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kaystrobach authored Nov 8, 2022
1 parent d0ed749 commit eeda5b0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Configuration/TypoScript/Library/page.includeCSS.setupts
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@ page {
}
}

[globalVar = LIT:1 = {$themes.mode.isProduction}]
page {
includeCSS {
fontawesome = //cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css
fontawesome {
external = 1
}
}
}
[global]


# Settings for Bootstrap Paypal Accessibility Plugin
[globalVar = LIT:0 < {$themes.configuration.bootstrap.javascript.plugin.accessibility}]
page {
includeCSS {
accessibility = EXT:theme_bootstrap/Resources/Public/Contrib/bootstrap-accessibility-plugin/bootstrap-accessibility.css
}
}
[global]
[global]

0 comments on commit eeda5b0

Please sign in to comment.