Skip to content

Commit

Permalink
chore: disable experimental Firefox cookie feature sameSite=Lax by de…
Browse files Browse the repository at this point in the history
…fault (#6690)
  • Loading branch information
whimboo committed Jan 8, 2021
1 parent 13bce29 commit a732e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/node/Launcher.ts
Expand Up @@ -517,6 +517,9 @@ class FirefoxLauncher implements ProductLauncher {
// jest-puppeteer asserts that no error message is emitted by the console
'network.cookie.cookieBehavior': 0,

// Disable experimental feature that is only available in Nightly
'network.cookie.sameSite.laxByDefault': false,

// Do not prompt for temporary redirects
'network.http.prompt-temp-redirect': false,

Expand Down

0 comments on commit a732e7a

Please sign in to comment.