Bug 1310307 - Disable HSTS priming in some mixed content tests where it causes a bogus request, a=testonly

MozReview-Commit-ID: 7wWbT7Ly7z
This commit is contained in:
James Graham 2016-12-01 22:40:06 +00:00
Родитель 4118473061
Коммит 4072671bc6
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1 @@
prefs: [security.mixed_content.send_hsts_priming:false, security.mixed_content.use_hsts:false]

Просмотреть файл

@ -1,5 +1,6 @@
[no-opt-in-allows.https.html] [no-opt-in-allows.https.html]
type: testharness type: testharness
prefs: [security.mixed_content.send_hsts_priming:false, security.mixed_content.use_hsts:false]
[opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: link-prefetch-tag\n expectation: allowed] [opt_in_method: no-opt-in\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: keep-scheme-redirect\n subresource: link-prefetch-tag\n expectation: allowed]
expected: FAIL expected: FAIL
bug: haven't implement prefetch link as an optionally blockable item bug: haven't implement prefetch link as an optionally blockable item