mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1589074 - Fix worker mochitest failures after changing default referrer policy to strict-origin-when-cross-origin. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D88550
This commit is contained in:
parent
1c184a98d5
commit
acb74f4383
@ -44,7 +44,7 @@ var testCases = {
|
||||
'unsafe-url, no-referrer' : 'none',
|
||||
'invalid' : 'full' }},
|
||||
|
||||
'cross-origin': { 'Referrer-Policy' : { 'default' : 'full',
|
||||
'cross-origin': { 'Referrer-Policy' : { 'default' : 'origin',
|
||||
'origin' : 'origin',
|
||||
'origin-when-cross-origin' : 'origin',
|
||||
'unsafe-url' : 'full',
|
||||
@ -53,7 +53,7 @@ var testCases = {
|
||||
'strict-origin-when-cross-origin' : 'origin',
|
||||
'no-referrer' : 'none',
|
||||
'unsafe-url, no-referrer' : 'none',
|
||||
'invalid' : 'full' }},
|
||||
'invalid' : 'origin' }},
|
||||
|
||||
// Downgrading in worker is blocked entirely without unblock option
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1198078#c17
|
||||
|
Loading…
Reference in New Issue
Block a user