Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I use this:
ModPagespeedEnableFilters defer_javascript ModPagespeedDisallow "*/jquery-ui-1.8.2.custom.min.js"
The disallow prevents rewriting of the specified javascript but doesn't prevent it from being deferred.
Would be nice to have a way to make defer exceptions for certain scripts in the pagespeed.conf, whether by using disallow or another setting.
The text was updated successfully, but these errors were encountered:
Honor disallow in defer_js
53e9fca
See: #1173
Merge pull request #1177 from pagespeed/morlovich-107417631
766a72d
Honor disallow in defer_js See: #1173
No branches or pull requests
If I use this:
The disallow prevents rewriting of the specified javascript but doesn't prevent it from being deferred.
Would be nice to have a way to make defer exceptions for certain scripts in the pagespeed.conf, whether by using disallow or another setting.
The text was updated successfully, but these errors were encountered: