You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patching JS apis on every website is quite dangerous so instead of that I suggest adding a scriptlet that would be able to either suppress integrity check or change it so that AG was doing it.
This also means that we need to have scriptlets that are injected into service workers.
The text was updated successfully, but these errors were encountered:
The issue has been originally raised here, but it's wider than that:
#1539
In order to solve this, we need to override
window.fetch
and other functions that acceptintegrity
so that we could override it:https://developer.mozilla.org/en-US/docs/Web/API/Request/integrity
Note, that this is not limited just to web pages. We also need to handle service workers as well:
https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-precaching#.addRoute
https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-precaching#.precacheAndRoute
Patching JS apis on every website is quite dangerous so instead of that I suggest adding a scriptlet that would be able to either suppress integrity check or change it so that AG was doing it.
This also means that we need to have scriptlets that are injected into service workers.
The text was updated successfully, but these errors were encountered: