chore: disable experimental Firefox cookie feature sameSite=Lax by default (#6690)

This commit is contained in:
Henrik Skupin 2021-01-08 10:11:41 +01:00 committed by GitHub
parent 13bce296c3
commit a732e7ac8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,