WebKit Bugzilla
Attachment 341665 Details for
Bug 186148
: Update http/wpt/service-workers/header-filtering.https.html to use a valid Referrer-Policy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186148-20180531091023.patch (text/plain), 2.55 KB, created by
Chris Dumez
on 2018-05-31 09:10:24 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Chris Dumez
Created:
2018-05-31 09:10:24 PDT
Size:
2.55 KB
patch
obsolete
>Subversion Revision: 232348 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index f930094dfcf9507794062c8cc30ad4f3374872bb..5ba60046f06078d0eb6b7c15c1a9f892c82969f3 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,17 @@ >+2018-05-31 Chris Dumez <cdumez@apple.com> >+ >+ Update http/wpt/service-workers/header-filtering.https.html to use a valid Referrer-Policy >+ https://bugs.webkit.org/show_bug.cgi?id=186148 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Update http/wpt/service-workers/header-filtering.https.html to use a valid Referrer-Policy to >+ avoid logging a console message. >+ >+ * http/wpt/service-workers/header-filtering.https-expected.txt: >+ * http/wpt/service-workers/resources/response-full-of-headers.py: >+ (main): >+ > 2018-05-31 Yacine Bandou <yacine.bandou_ext@softathome.com> > > [wpe] update the TestExpectations for encrypted-media after some investigations >diff --git a/LayoutTests/http/wpt/service-workers/header-filtering.https-expected.txt b/LayoutTests/http/wpt/service-workers/header-filtering.https-expected.txt >index 3c4456b9c9fcf10ca4a7295285aba002a3b8b27e..2f3108aee3de19be35e338c55ed4b21e23391573 100644 >--- a/LayoutTests/http/wpt/service-workers/header-filtering.https-expected.txt >+++ b/LayoutTests/http/wpt/service-workers/header-filtering.https-expected.txt >@@ -1,4 +1,3 @@ >-CONSOLE MESSAGE: Failed to set referrer policy: The value 'whatever' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'same-origin', 'origin', 'strict-origin', 'origin-when-cross-origin', 'strict-origin-when-cross-origin' or 'unsafe-url'. > > PASS Prepare tests: setup worker and register the client > PASS Prepare tests: Add a frame controlled by service worker >diff --git a/LayoutTests/http/wpt/service-workers/resources/response-full-of-headers.py b/LayoutTests/http/wpt/service-workers/resources/response-full-of-headers.py >index 92515d22bbef6af105d0af443c12f473507fd2ea..36a5dd07277ae728f92c50b1260d769caca57d4b 100644 >--- a/LayoutTests/http/wpt/service-workers/resources/response-full-of-headers.py >+++ b/LayoutTests/http/wpt/service-workers/resources/response-full-of-headers.py >@@ -6,7 +6,7 @@ def main(request, response): > ("Access-Control-Allow-Credentials", "true"), > ("Access-Control-Allow-Methods", "GET, POST, HEAD"), > ("Timing-Allow-Origin", "*"), >- ("Referrer-Policy", "whatever"), >+ ("Referrer-Policy", "origin"), > ("SourceMap", "1"), > ("x-sourcemap", "2"), > ("Access-Control-Expose-Headers", "x-Header1, content-length"),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186148
: 341665