active-forks icon indicating copy to clipboard operation
active-forks copied to clipboard

Integrity check exception when using Adblock

Open KilianB opened this issue 6 years ago • 0 comments

Just a note for adblock users. The adblock version employs a beta feature to cache popular libraries, in my case jquery 3.1.1 minified slim version got cached and instead the minified version is served to the browser resulting in an invalid integrity check. To circumvent this either disabled adblock for the page, disable the beta feature or use my work which temporarily disabled the check (https://github.com/KilianB/active-forks). A pull request doesn't make sense since this is a bug in adblock and we should not lower security because of them (I created a support ticket in hope that they sort our their caching policy).

KilianB avatar Jan 16 '19 00:01 KilianB