preset
1 year ago
.htaccess
1 year ago
cache_nocacheable.txt
1 year ago
const.default.ini
1 year ago
const.network_default.ini
1 year ago
css_excludes.txt
1 year ago
esi.nonce.txt
1 year ago
esi.nonces.txt
1 year ago
js_defer_excludes.txt
1 year ago
js_excludes.txt
1 year ago
optm_uri_exc.txt
1 year ago
ucss_whitelist.txt
1 year ago
js_excludes.txt
36 lines
| 1 | # Predefined list for excluding JS files or inline JS codes # |
| 2 | # Comment can use `# `(there is a space following), or `##`, can use both as a new line or end of one line |
| 3 | # If you want to predefine new items, please send a Pull Request to https://github.com/litespeedtech/lscache_wp/blob/dev/data/js_excludes.txt We will merge into next plugin release |
| 4 | |
| 5 | # JS file URL excludes |
| 6 | maps-api-ssl.google.com |
| 7 | stats.wp.com |
| 8 | js.stripe.com |
| 9 | paypal.com/sdk/js |
| 10 | maps.google.com/maps |
| 11 | cse.google.com/cse.js |
| 12 | /syntaxhighlighter/ |
| 13 | spotlight-social-photo-feeds ## https://docs.spotlightwp.com/article/757-autoptimize-compatibility @Tobolo |
| 14 | challenges.cloudflare.com |
| 15 | |
| 16 | # Inline JS excludes |
| 17 | document.write |
| 18 | gtag |
| 19 | gtm |
| 20 | dataLayer |
| 21 | adsbygoogle |
| 22 | turnstile |
| 23 | |
| 24 | block_tdi_ ## Theme: Newspaper by tagDiv.com |
| 25 | |
| 26 | data-view-breakpoint-pointer ## Plugin: The Events Calendar by Modern Tribe (https://theeventscalendar.com/) |
| 27 | |
| 28 | wp-json/wp-statistics ## WP Statistics |
| 29 | |
| 30 | stats.wp.com/e- |
| 31 | _stq |
| 32 | ## JetPack Stats |
| 33 | |
| 34 | # Cloudflare turnstile - Tobolo |
| 35 | turnstile |
| 36 | challenges.cloudflare.com |