Skip to content

Commit

Permalink
firefox: Always allow 3rd party cookies (for session)
Browse files Browse the repository at this point in the history
Since I only keep cookies for the session anyway this fixes the
ocacsional site that didn't work without third party cookies on
  • Loading branch information
vrillusions committed Jan 10, 2017
1 parent 2a7f45a commit 57704da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/firefox/user.js
Expand Up @@ -25,7 +25,7 @@ user_pref("security.OCSP.require", true);
// Disable 3rd party cookies (0 - allows all, 1 - Only originating server,
// 2 - no cookies, 3 - cookies allowed based on "cookie P3P policy")
// 3 with now p3p policy is the same as saying allow 3rd party cookies "From visited" in UI
user_pref('network.cookie.cookieBehavior', 3);
user_pref('network.cookie.cookieBehavior', 0);

// Keep cookies for: 0 - (default) supplied time, 1 - Ask, 2 - for browser session only
// 3 - number of days given in network.cookie.lifetime.days
Expand Down

0 comments on commit 57704da

Please sign in to comment.