]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #1046 from htcfreek/FfPolSSL
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 29 Aug 2023 13:43:18 +0000 (09:43 -0400)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 13:43:18 +0000 (09:43 -0400)
[SSL Version policies] Update description, docs and add default values

1  2 
README.md
docs/index.md

diff --combined README.md
index 8e3a3fe9bf75dfebd13b30811117e22ffeef0057,7981786c646d442b00b018b7d9bd275dc9aa992f..5058f4372ff6abb455ee1cb60ee4dabbb8c16f49
+++ b/README.md
@@@ -2760,7 -2760,6 +2760,7 @@@ The configuration for each extension i
  | `blocked_install_message` | This maps to a string specifying the error message to display to users if they're blocked from installing an extension. This setting allows you to append text to the generic error message displayed when the extension is blocked. This could be be used to direct users to your help desk, explain why a particular extension is blocked, or something else. This setting can be used only for the default configuration.
  | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
  | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
 +| `default_area` | (Firefox 113) String that indicates where to place the extension icon by default. Possible values are `navbar` and `menupanel`.
  
  **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
  **CCK2 Equivalent:** N/A\
@@@ -2780,11 -2779,6 +2780,11 @@@ Software\Policies\Mozilla\Firefox\Exten
      "installation_mode": "force_installed",
      "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
    },
 +  "@testpilot-containers": {
 +    "installation_mode": "normal_installed",
 +    "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi",
 +    "default_area": "navbar"
 +  },
    "https-everywhere@eff.org": {
      "installation_mode": "allowed"
    }
@@@ -2810,12 -2804,7 +2810,12 @@@ Value (string)
      "installation_mode": "force_installed",
      "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
    },
 -    "https-everywhere@eff.org": {
 +  "@testpilot-containers": {
 +    "installation_mode": "normal_installed",
 +    "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi",
 +    "default_area": "navbar"
 +  },
 +  "https-everywhere@eff.org": {
      "installation_mode": "allowed"
    }
  }'/>
        <key>install_url</key>
        <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
      </dict>
 +    <key>@testpilot-containers</key>
 +    <dict>
 +      <key>installation_mode</key>
 +      <string>normal_installed</string>
 +      <key>install_url</key>
 +      <string>https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi</string>
 +      <key>default_area</key>
 +      <string>navbar</string>
 +    </dict>
      <key>https-everywhere@eff.org</key>
      <dict>
        <key>installation_mode</key>
          "installation_mode": "force_installed",
          "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
        },
 +      "@testpilot-containers": {
 +        "installation_mode": "normal_installed",
 +        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi",
 +        "default_area": "navbar"
 +      },
        "https-everywhere@eff.org": {
          "installation_mode": "allowed"
        }
@@@ -5681,7 -5656,7 +5681,7 @@@ Value (string)
  ```
  ### SSLVersionMax
  
- Set and lock the maximum version of TLS.
+ Set and lock the maximum version of TLS. (Firefox defaults to a maximum of TLS 1.3.)
  
  **Compatibility:** Firefox 66, Firefox ESR 60.6\
  **CCK2 Equivalent:** N/A\
@@@ -5719,7 -5694,7 +5719,7 @@@ Value (string)
  ```
  ### SSLVersionMin
  
- Set and lock the minimum version of TLS.
+ Set and lock the minimum version of TLS. (Firefox defaults to a minimum of TLS 1.2.)
  
  **Compatibility:** Firefox 66, Firefox ESR 60.6\
  **CCK2 Equivalent:** N/A\
diff --combined docs/index.md
index d0840a89307db277296a4467c9ef184f19417939,50f9fe06b7a3d3e5293b299b93485eaf6d84325b..a8304cb05f82b805b803f2531726d8c0fbbfebfd
@@@ -2750,7 -2750,6 +2750,7 @@@ The configuration for each extension i
  | `blocked_install_message` | This maps to a string specifying the error message to display to users if they're blocked from installing an extension. This setting allows you to append text to the generic error message displayed when the extension is blocked. This could be be used to direct users to your help desk, explain why a particular extension is blocked, or something else. This setting can be used only for the default configuration.
  | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
  | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
 +| `default_area` | (Firefox 113) String that indicates where to place the extension icon by default. Possible values are `navbar` and `menupanel`.
  
  **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
  **CCK2 Equivalent:** N/A\
@@@ -5647,7 -5646,7 +5647,7 @@@ Value (string)
  ```
  ### SSLVersionMax
  
- Set and lock the maximum version of TLS.
+ Set and lock the maximum version of TLS. (Firefox defaults to a maximum of TLS 1.3.)
  
  **Compatibility:** Firefox 66, Firefox ESR 60.6\
  **CCK2 Equivalent:** N/A\
@@@ -5685,7 -5684,7 +5685,7 @@@ Value (string)
  ```
  ### SSLVersionMin
  
- Set and lock the minimum version of TLS.
+ Set and lock the minimum version of TLS. (Firefox defaults to a minimum of TLS 1.2.)
  
  **Compatibility:** Firefox 66, Firefox ESR 60.6\
  **CCK2 Equivalent:** N/A\

patrick-canterino.de