-
Notifications
You must be signed in to change notification settings - Fork 971
add setting to enable site isolation #12490
Comments
fix #12490 Test Plan: 1. go to preferences > Security 2. enable Strict Site Isolation at the bottom of the page 3. restart 4. open devtools and go to https://jsfiddle.net/avse30aj/. you should not see any requests to fiddle.jshell.net in the network requests panel.
decided to enable off-by-default at first due to high likelihood of breaking sites |
+1 on this. The hope is that with our by-default aggressive 3rd party blocking, the memory problems that Chrome is contending with won't be nearly as challenging. |
@diracdeltas should we add a info flag to the Site Isolation header linking the context? |
Weirdly, the site isolation setting doesn't seem to work in the 0.19.126 packaged build, but it does work when running the 0.19.126dev tag using 'npm start'. @bridiver any ideas what could cause this?
|
When viewing
@diracdeltas mentioned that this is working when running from source using Reproducible on all three platforms:
|
Fixed with #12518 |
Test Plan: #12491
context: https://www.chromium.org/Home/chromium-security/ssca
We should have a setting to enable site isolation on all sites: https://www.chromium.org/Home/chromium-security/site-isolation. The memory footprint could be a concern, but the other known issues seem like relatively minor edge cases.
The text was updated successfully, but these errors were encountered: