зеркало из https://github.com/mozilla/gecko-dev.git
6736ecda3b
We enable this mitigation by default because: - The alternate UX is about:blank or corrupted content. That's never good. - We want to make sure that our test coverage handles this mitigation because it's want we want to ship. However, we do explicitly disable it for all ServiceWorker WPT's via `__dir__.ini` directive at the root of the service-workers test tree. This is motivated by the `/service-workers/service-worker/update-recovery.https.html` test which intentionally tests a broken ServiceWorker being able to be updated. It explicitly tests that the intercepted broken iframe shouldn't successfully load, but our mitigation makes it load, which breaks the test. Depends on D111845 Differential Revision: https://phabricator.services.mozilla.com/D111993 |
||
---|---|---|
.. | ||
api | ||
manager | ||
moz.build |