]> git.p6c8.net - policy-templates.git/commitdiff
Merge branch 'master' into SupportMenu
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 3 Jul 2019 20:05:09 +0000 (15:05 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 3 Jul 2019 20:05:09 +0000 (15:05 -0500)
1  2 
README.md
mac/org.mozilla.firefox.plist
windows/firefox.admx

diff --cc README.md
Simple merge
index 89f5e28609f494ab96d443c55c7ab2d09f4fc328,699245d3b9bd70cae8beff5ab4bb6cb4583e52ac..8405a891734573c507b6a1b0b037aaa72bd2543d
                <key>NAME_OF_DEVICE</key>
                <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
        </dict>
-       <key>SSLMinVersion</key>
+       <key>SSLVersionMin</key>
        <string>tls1.2</string>
-       <key>SSLMaxVersion</key>
+       <key>SSLVersionMax</key>
        <string>tls1.3</string>
 +      <key>SupportMenu</key>
 +      <dict>
 +              <key>Title</key>
 +              <string>Click here for help</string>
 +              <key>URL</key>
 +              <string>http://example.edu/</string>
 +              <key>AccessKey</key>
 +              <string>C</string>
 +      </dict>
  </dict>
  </plist>
Simple merge

patrick-canterino.de