Commit 87adb1fc authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Add missing items and default values for some policies

This change updates:
DefaultSensorsSetting
IntranetRedirectBehavior
TargetBlankImpliesNoOpener

Change-Id: I2e4a59e169ba0ae1c7bc90d32b0ae18e7ae9b3fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535452Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Reviewed-by: default avatarEric Lawrence [MSFT] <ericlaw@microsoft.com>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827303}
parent 49235d02
...@@ -1632,6 +1632,7 @@ ...@@ -1632,6 +1632,7 @@
'per_profile': False, 'per_profile': False,
}, },
'example_value': 1, 'example_value': 1,
'default': 0,
'id': 792, 'id': 792,
'caption': '''Intranet Redirection Behavior''', 'caption': '''Intranet Redirection Behavior''',
'tags': [], 'tags': [],
...@@ -5833,6 +5834,7 @@ ...@@ -5833,6 +5834,7 @@
'per_profile': True, 'per_profile': True,
}, },
'example_value': 2, 'example_value': 2,
'default': None,
'id': 754, 'id': 754,
'caption': '''Default sensors setting''', 'caption': '''Default sensors setting''',
'tags': [], 'tags': [],
...@@ -7506,6 +7508,16 @@ ...@@ -7506,6 +7508,16 @@
'dynamic_refresh': False, 'dynamic_refresh': False,
'per_profile': False, 'per_profile': False,
}, },
'items': [
{
'value': True,
'caption': 'Only allow popups opened with a target of <ph name="BLANK_PAGE_NAME">_blank</ph> to interact with the page that opened the popup if the opener page explicitly opts-in to such interaction',
},
{
'value': False,
'caption': 'Allow all popups opened with a target of <ph name="BLANK_PAGE_NAME">_blank</ph> to interact the page that requested to open the popup unless the opener page explicitly opts-out of such interaction ',
},
],
'example_value': False, 'example_value': False,
'default': True, 'default': True,
'id': 802, 'id': 802,
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment