Skip to content

Commit

Permalink
Bug 1541670 [wpt PR 16148] - Send Sec-Fetch-User only for user-acti…
Browse files Browse the repository at this point in the history
…vated, navigational requests., a=testonly

Automatic update from web-platform-tests
Send `Sec-Fetch-User` only for user-activated, navigational requests.

As per the conversation in w3c/webappsec-fetch-metadata#23 and
w3c/webappsec-fetch-metadata#19, this patch drops the `Sec-Fetch-User` header
for non-navigational requests, and for navigational requests that are
not user-activated.

Bug: 947444
Change-Id: Ica4846bda6ccf4e8bce1323803954f4fef9c18a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545871
Reviewed-by: Alex Moshchuk <alexmoschromium.org>
Commit-Queue: Mike West <mkwstchromium.org>
Cr-Commit-Position: refs/heads/master{#646086}

--

wpt-commits: b93752a06f9498f774aed288663259cd738f1a7c
wpt-pr: 16148

UltraBlame original commit: 595f9f3aa36e9e4e5c8f120d7349c2965613814d
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 4c362ce commit 4fc6e10
Show file tree
Hide file tree
Showing 21 changed files with 542 additions and 398 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -474,8 +472,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -712,8 +708,6 @@
"
:
"
?
F
"
"
mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -276,8 +274,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -400,8 +396,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -530,8 +524,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -657,8 +649,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -782,8 +772,6 @@
"
:
"
?
F
"
"
mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -619,8 +617,6 @@
"
:
"
?
F
"
"
mode
Expand Down Expand Up @@ -770,8 +766,6 @@
"
:
"
?
F
"
"
mode
Expand Down
Loading

0 comments on commit 4fc6e10

Please sign in to comment.