24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Thu, 29 Apr 2021 20:26:31 +0200
|
|
Subject: Disable RTCGetCurrentBrowsingContextMedia by default
|
|
|
|
---
|
|
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
|
|
@@ -225,7 +225,7 @@ const base::Feature kRawClipboard{"RawClipboard",
|
|
// Kill switch for getCurrentBrowsingContextMedia(), which allows capturing of
|
|
// web content from the tab from which it is called. (crbug.com/1136940)
|
|
const base::Feature kRTCGetCurrentBrowsingContextMedia{
|
|
- "RTCGetCurrentBrowsingContextMedia", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
+ "RTCGetCurrentBrowsingContextMedia", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
// Changes the default RTCPeerConnection constructor behavior to use Unified
|
|
// Plan as the SDP semantics. When the feature is enabled, Unified Plan is used
|
|
--
|
|
2.17.1
|
|
|