-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
"Ignore Javacript Files" prevent the given scripts from loading #96
Milestone
Comments
I added those two lines inside "Ignore Javascript Files" on my test instance you can play around with:
The first line has no affect at all, the second line produces the Bug described in the OP an removes the Script completely. |
tbela99
added a commit
that referenced
this issue
May 10, 2020
Fixed. Thank you |
tbela99
added a commit
that referenced
this issue
May 16, 2020
V2.8.0 - Add \.ico as a supported PWA icon format #78 - Add purpose property to the PWA manifest options #78 - Add screenshots property to the PWA manifest options #78- remove duplicated path the file name #88 - change default pwa display to _standalone_ #78 - \[performance\] precompress cache files. If the client advertises compression support, then send the compressed file. Brotli support requires the brotli extension #89 - optionally preserve IE conditional comments #88 - remove the length restriction of the manifest short_name #78 - fix security and performance issues induced by links with _target=\_blank_ attribute #91 - asynchronously initialize the service worker using \<script defer\> #78 - Link preloading : preload only once #99 - \[bug\] fix invalid configuration path #94 - \[bug\] the minification produced invalid HTML when the HTML provided had missing space between attributes #88 - \[bug\] the protocol is removed in the HTML content instead of href|src attributes only - \[bug\] fix an uncaught javascript error in the service worker js #78 - \[bug\] fix 404 error when Hotlink protection is ON and cache files is OFF #78i - \[bug\] fix ignored javascript are removed from the page #96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the "Ignore Javacript Files" and "Remove Javacript Files" do the same and prevent the given scripts from loading.
Before:
Settings:
After:
The text was updated successfully, but these errors were encountered: