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
This boolean pref is not visible in about:config by default. I think it was added in Mozilla bug 1492607, and I don't see any rationale there for why it's completely hidden. It sounds like it could be an interesting security option, so should Waterfox expose this pref in about:config by default?
https://github.com/MrAlex94/Waterfox/blob/f8a37ef0e898f9199f050559ac6bdf931b35a93d/caps/OriginAttributes.h#L95-L99
https://github.com/MrAlex94/Waterfox/blob/f8a37ef0e898f9199f050559ac6bdf931b35a93d/caps/OriginAttributes.cpp#L34-L36
This boolean pref is not visible in
about:config
by default. I think it was added in Mozilla bug 1492607, and I don't see any rationale there for why it's completely hidden. It sounds like it could be an interesting security option, so should Waterfox expose this pref inabout:config
by default?To be clear, I think Waterfox should leave the default value of this pref as-is. From this line...
https://github.com/MrAlex94/Waterfox/blob/f8a37ef0e898f9199f050559ac6bdf931b35a93d/caps/OriginAttributes.cpp#L22
... and comments in the Mozilla bug, I believe its default value is
false
, but I'm not 100% sure, so didn't submit a pull request.The text was updated successfully, but these errors were encountered: