Cannot log in if the custom setting "privacy.firstparty.isolate" is set true. This is not the default setting so shouldn't be typical. I read somewhere this may be set true in Tor browsers.
user_pref("privacy.firstparty.isolate", true);
Expected behavior
Would like to see if login can be made to work under this circumstance.
Environment
Webextension version: v3.3.1
Browser + version: Firefox?
Additional context
PR #984 covered this case, but only provided a warning to inform user to turn on cookies in settings.
Describe the bug
Cannot log in if the custom setting "privacy.firstparty.isolate" is set true. This is not the default setting so shouldn't be typical. I read somewhere this may be set true in Tor browsers.
user_pref("privacy.firstparty.isolate", true);
Expected behavior Would like to see if login can be made to work under this circumstance.
Environment
Additional context PR #984 covered this case, but only provided a warning to inform user to turn on cookies in settings.