Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion data/js_defer_excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ _stq

# Cloudflare turnstile - Tobolo
turnstile
challenges.cloudflare.com
challenges.cloudflare.com

# WordPress core hooks/i18n: inline `wp-i18n-js-after` and `*-js-translations` blocks call wp.i18n.setLocaleData() synchronously on every localized site - Tobolo
wp-includes/js/dist/hooks
wp-includes/js/dist/i18n
2 changes: 2 additions & 0 deletions data/js_excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cse.google.com/cse.js
/syntaxhighlighter/
spotlight-social-photo-feeds ## https://docs.spotlightwp.com/article/757-autoptimize-compatibility @Tobolo
userway.org
wp-includes/js/dist/hooks ## WordPress core, keep out of combined files so the defer exclude in js_defer_excludes.txt can match - Tobolo
wp-includes/js/dist/i18n ## see js_defer_excludes.txt

# Inline JS excludes
document.write
Expand Down
Loading