Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 3259 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 'name': 'AllowKeygen', 3270 'name': 'AllowKeygen',
3271 'value': 1, 3271 'value': 1,
3272 'caption': '''Allow all sites to use key generation''', 3272 'caption': '''Allow all sites to use key generation''',
3273 }, 3273 },
3274 { 3274 {
3275 'name': 'BlockKeygen', 3275 'name': 'BlockKeygen',
3276 'value': 2, 3276 'value': 2,
3277 'caption': '''Do not allow any site to use key generation''', 3277 'caption': '''Do not allow any site to use key generation''',
3278 }, 3278 },
3279 ], 3279 ],
3280 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'], 3280 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56'] ,
3281 'features': { 3281 'features': {
3282 'dynamic_refresh': True, 3282 'dynamic_refresh': True,
3283 'per_profile': True, 3283 'per_profile': True,
3284 }, 3284 },
3285 'example_value': 2, 3285 'example_value': 2,
3286 'id': 313, 3286 'id': 313,
3287 'caption': '''Default key generation setting''', 3287 'caption': '''Default key generation setting''',
3288 'tags': ['system-security', 'website-sharing', 'local-data-access'], 3288 'tags': ['system-security', 'website-sharing', 'local-data-access'],
3289 'desc': '''Allows you to set whether websites are allowed to use key g eneration. Using key generation can be either allowed for all websites or denied for all websites. 3289 'desc': '''Allows you to set whether websites are allowed to use key g eneration. Using key generation can be either allowed for all websites or denied for all websites.
3290 3290
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
3471 3471
3472 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''', 3472 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultJavaScriptSetting' policy if it is set, or the user's personal configuration otherwise.''',
3473 }, 3473 },
3474 { 3474 {
3475 'name': 'KeygenAllowedForUrls', 3475 'name': 'KeygenAllowedForUrls',
3476 'type': 'list', 3476 'type': 'list',
3477 'schema': { 3477 'schema': {
3478 'type': 'array', 3478 'type': 'array',
3479 'items': { 'type': 'string' }, 3479 'items': { 'type': 'string' },
3480 }, 3480 },
3481 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'], 3481 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56'] ,
3482 'features': { 3482 'features': {
3483 'dynamic_refresh': True, 3483 'dynamic_refresh': True,
3484 'per_profile': True, 3484 'per_profile': True,
3485 }, 3485 },
3486 'example_value': ['https://www.example.com', '[*.]example.edu'], 3486 'example_value': ['https://www.example.com', '[*.]example.edu'],
3487 'id': 314, 3487 'id': 314,
3488 'caption': '''Allow key generation on these sites''', 3488 'caption': '''Allow key generation on these sites''',
3489 'tags': ['system-security', 'website-sharing', 'local-data-access'], 3489 'tags': ['system-security', 'website-sharing', 'local-data-access'],
3490 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to use key generation. If a url pattern is in 'KeygenBlockedF orUrls', that overrides these exceptions. 3490 'desc': '''Allows you to set a list of url patterns that specify sites which are allowed to use key generation. If a url pattern is in 'KeygenBlockedF orUrls', that overrides these exceptions.
3491 3491
3492 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultKeygenSetting' policy if it is set, or the user's personal configuration otherwise.''', 3492 If this policy is left not set the global default value will be used f or all sites either from the 'DefaultKeygenSetting' policy if it is set, or the user's personal configuration otherwise.''',
3493 }, 3493 },
3494 { 3494 {
3495 'name': 'KeygenBlockedForUrls', 3495 'name': 'KeygenBlockedForUrls',
3496 'type': 'list', 3496 'type': 'list',
3497 'schema': { 3497 'schema': {
3498 'type': 'array', 3498 'type': 'array',
3499 'items': { 'type': 'string' }, 3499 'items': { 'type': 'string' },
3500 }, 3500 },
3501 'supported_on': ['chrome.*:49-', 'chrome_os:49-', 'android:49-'], 3501 'supported_on': ['chrome.*:49-56', 'chrome_os:49-56', 'android:49-56'] ,
3502 'features': { 3502 'features': {
3503 'dynamic_refresh': True, 3503 'dynamic_refresh': True,
3504 'per_profile': True, 3504 'per_profile': True,
3505 }, 3505 },
3506 'example_value': ['https://www.example.com', '[*.]example.edu'], 3506 'example_value': ['https://www.example.com', '[*.]example.edu'],
3507 'id': 315, 3507 'id': 315,
3508 'caption': '''Block key generation on these sites''', 3508 'caption': '''Block key generation on these sites''',
3509 'tags': ['system-security', 'website-sharing', 'local-data-access'], 3509 'tags': ['system-security', 'website-sharing', 'local-data-access'],
3510 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to use key generation. If a url pattern is in 'KeygenAllo wedForUrls', this policy overrides these exceptions. 3510 'desc': '''Allows you to set a list of url patterns that specify sites which are not allowed to use key generation. If a url pattern is in 'KeygenAllo wedForUrls', this policy overrides these exceptions.
3511 3511
(...skipping 5980 matching lines...) Expand 10 before | Expand all | Expand 10 after
9492 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9492 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9493 'text': 'Default Settings (users can override)', 9493 'text': 'Default Settings (users can override)',
9494 }, 9494 },
9495 'doc_complex_policies_on_windows': { 9495 'doc_complex_policies_on_windows': {
9496 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9496 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9497 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9497 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9498 }, 9498 },
9499 }, 9499 },
9500 'placeholders': [], 9500 'placeholders': [],
9501 } 9501 }
OLDNEW
« no previous file with comments | « components/content_settings/core/common/pref_names.cc ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698