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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: