Skip to content

Commit abb9651

Browse files
committed
bump protocol
1 parent be155b6 commit abb9651

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_data/tot/protocol.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2552,7 +2552,9 @@
25522552
"no-referrer",
25532553
"origin",
25542554
"origin-when-cross-origin",
2555-
"no-referrer-when-downgrade-origin-when-cross-origin"
2555+
"same-origin",
2556+
"strict-origin",
2557+
"strict-origin-when-cross-origin"
25562558
],
25572559
"description": "The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/"
25582560
},

_versions/tot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2 class="heading">latest (tip-of-tree)</h2>
88

99
<h5 browser>Latest <a
1010
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/WebKit/Source/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
11-
<code browser>Date: Mon Jun 12 16:15:23 2017 -0700
11+
<code browser>Date: Tue Jun 13 16:15:25 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

0 commit comments

Comments
 (0)