mozfreddyb / webext-firstpartyisolation

Enable First Party Isolation Pref
Mozilla Public License 2.0
55 stars 4 forks source link

Firefox v57.0 #1

Closed GreenWoodie closed 6 years ago

GreenWoodie commented 6 years ago

Any reason why this extension works in v59 (Nightly 64bit) but not in v57 (stable 64bit) under Windows 10? I can manually set privacy.firstparty.isolate but the extension doesn't flip it in v57 as it does in v59, Doesn't turn red either so it looks like extension not active rather than just not bit flipping?

Otherwise, interesting extension. Thank you.

Aymkdn commented 6 years ago

I can confirm that the fishbowl is grayed out into Firefox v57. So I'm not sure if the extension is working or not...

wjladams commented 6 years ago

Same behavior of v57 on mac.

rugk commented 6 years ago

I can confirm this behavior, maybe FF 57 did not have the WebExtensions APIs allowing the addon to switch the setting privacy.firstparty.isolate?

laedit commented 6 years ago

According to the documentation page, this setting is only available since Firefox 58. The extension should indicate that the minimum version of Firefox is 58.0.

mozfreddyb commented 6 years ago

Apologies for the delay. There's a bug in addons.mozilla.org that shows all web extensions as "supported by Firefox 57", which is a tag that I can not remove. What @laedit says is correct though, the extension API to change the pref using an extension is for Firefox 58 and older. Users of previous versions of Firefox can change the pref manually in about:config of course.