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
If I have to use the Chrome Incognito mode and block - for example - the iframes (3p frames) (including saving), then this has no immediate effect to the non-Incognito Window (3p frames are not blocked). AND vice-versa ... After close and reopen Chrome completely, it's blocked too.
And - just for info: changes in both modes in the same session (not really senseful in real life, I know), changes in Incognito mode are discarded after closing Chrome completely.
PS: uBO 1.5.3 with Chrome 47.0.2526.106 m (64-bit) on Win 10 Pro x64
The text was updated successfully, but these errors were encountered:
Chrome's task manager says that uBO is an "anonymous" extension when in incognito. I suspect that means it's a separate instance and that's why the settings don't transfer immediately(?)
Yes, in Chromium-based browsers, there are two separate instances, one for normal mode, the other for incognito mode.
There is no easy way to deal with this. "Fixing" this would force one instance to reload data from storage when the other instances change somethnig = nasty overhead + lots of code added just to deal with this (more code = more bugs, etc.). Last time I checked, you get similar behavior with the browser itself: changing some settings in one mode won't be reflected by settings from the other mode.
In short, I currently don't plan anything for this. There is also related issue #104 -- which I haven't decided whether this really needs "fixing".
If I have to use the Chrome Incognito mode and block - for example - the iframes (3p frames) (including saving), then this has no immediate effect to the non-Incognito Window (3p frames are not blocked). AND vice-versa ... After close and reopen Chrome completely, it's blocked too.
And - just for info: changes in both modes in the same session (not really senseful in real life, I know), changes in Incognito mode are discarded after closing Chrome completely.
PS: uBO 1.5.3 with Chrome 47.0.2526.106 m (64-bit) on Win 10 Pro x64
The text was updated successfully, but these errors were encountered: