| OLD | NEW | 
|     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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   256       'desc': '''Disables the listed protocol schemes in <ph name="PRODUCT_NAME"
      >$1<ex>Google Chrome</ex></ph>. |   256       'desc': '''Disables the listed protocol schemes in <ph name="PRODUCT_NAME"
      >$1<ex>Google Chrome</ex></ph>. | 
|   257  |   257  | 
|   258       URLs using a scheme from this list will not load and can not be navigated 
      to.''', |   258       URLs using a scheme from this list will not load and can not be navigated 
      to.''', | 
|   259       'label': '''List of disabled protocol schemes''', |   259       'label': '''List of disabled protocol schemes''', | 
|   260     }, |   260     }, | 
|   261     { |   261     { | 
|   262       'name': 'JavascriptEnabled', |   262       'name': 'JavascriptEnabled', | 
|   263       'type': 'main', |   263       'type': 'main', | 
|   264       'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], |   264       'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], | 
|   265       'features': {'dynamic_refresh': 0}, |   265       'features': {'dynamic_refresh': 0}, | 
 |   266       'deprecated': True, | 
|   266       'example_value': True, |   267       'example_value': True, | 
|   267       'id': 9, |   268       'id': 9, | 
|   268       'caption': '''Enable JavaScript''', |   269       'caption': '''Enable JavaScript''', | 
|   269       'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro
      me</ex></ph> and prevents users from changing this setting. |   270       'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting 
      instead. | 
 |   271  | 
 |   272       Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph
      > and prevents users from changing this setting. | 
|   270  |   273  | 
|   271       If this setting is enabled or not configured, web pages can use JavaScript
      . |   274       If this setting is enabled or not configured, web pages can use JavaScript
      . | 
|   272  |   275  | 
|   273       If this setting is disabled, web pages cannot use JavaScript.''', |   276       If this setting is disabled, web pages cannot use JavaScript. | 
 |   277  | 
 |   278       The DefaultJavaScriptSetting policy will override this policy when both ar
      e set.''', | 
|   274     }, |   279     }, | 
|   275     { |   280     { | 
|   276       'name': 'IncognitoEnabled', |   281       'name': 'IncognitoEnabled', | 
|   277       'type': 'main', |   282       'type': 'main', | 
|   278       'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], |   283       'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], | 
|   279       'features': {'dynamic_refresh': 1}, |   284       'features': {'dynamic_refresh': 1}, | 
|   280       'deprecated': True, |   285       'deprecated': True, | 
|   281       'example_value': False, |   286       'example_value': False, | 
|   282       'id': 10, |   287       'id': 10, | 
|   283       'caption': '''Enable Incognito mode''', |   288       'caption': '''Enable Incognito mode''', | 
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1945       'desc': '''The name of the feature that indicates for a given policy that 
      changes to it are respected by Chrome without a browser restart''', |  1950       'desc': '''The name of the feature that indicates for a given policy that 
      changes to it are respected by Chrome without a browser restart''', | 
|  1946       'text': '''Dynamic Policy Refresh''' |  1951       'text': '''Dynamic Policy Refresh''' | 
|  1947     }, |  1952     }, | 
|  1948     'doc_deprecated': { |  1953     'doc_deprecated': { | 
|  1949       'desc': '''Text appended in parentheses to the policy name to indicate t h
      at it has been deprecated''', |  1954       'desc': '''Text appended in parentheses to the policy name to indicate t h
      at it has been deprecated''', | 
|  1950       'text': 'deprecated', |  1955       'text': 'deprecated', | 
|  1951     } |  1956     } | 
|  1952   }, |  1957   }, | 
|  1953   'placeholders': [], |  1958   'placeholders': [], | 
|  1954 } |  1959 } | 
| OLD | NEW |