Enable-reduced-referrer-granularity-by-default.patch
This commit is contained in:
parent
55bdeac7ce
commit
d81e9c8164
1 changed files with 1 additions and 17 deletions
|
@ -2,22 +2,6 @@ From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|||
Date: Fri, 31 Jul 2020 08:28:35 +0200
|
||||
Subject: Enable reduced-referrer-granularity by default
|
||||
|
||||
FILE:Enable-reduced-referrer-granularity-by-default.patch
|
||||
---
|
||||
third_party/blink/common/features.cc | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
|
||||
--- a/third_party/blink/common/features.cc
|
||||
+++ b/third_party/blink/common/features.cc
|
||||
@@ -748,7 +748,7 @@ const base::Feature kCompositingOptimizations{
|
||||
// Reduce the amount of information in the default 'referer' header for
|
||||
// cross-origin requests.
|
||||
const base::Feature kReducedReferrerGranularity{
|
||||
- "ReducedReferrerGranularity", base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
+ "ReducedReferrerGranularity", base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
|
||||
// Enables the constant streaming in the ContentCapture task.
|
||||
const base::Feature kContentCaptureConstantStreaming = {
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue