Skip to content

Commit

Permalink
Remove deprecated items from more places
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaply committed Oct 1, 2024
1 parent 938c45d commit 95b4b38
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 40 deletions.
36 changes: 0 additions & 36 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5893,12 +5893,9 @@ Note: Starting with Firefox 128, History clears FormData and Downloads as well.
```
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
```
#### Windows (Intune)
Expand All @@ -5920,22 +5917,6 @@ Value (string):
```
OMA-URI:
```
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
```
Value (string):
```
<enabled/> or <disabled/>
```
OMA-URI:
```
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
```
Value (string):
```
<enabled/> or <disabled/>
```
OMA-URI:
```
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
```
Value (string):
Expand All @@ -5960,14 +5941,6 @@ Value (string):
```
OMA-URI:
```
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
```
Value (string):
```
<enabled/> or <disabled/>
```
OMA-URI:
```
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
```
Value (string):
Expand All @@ -5983,18 +5956,12 @@ Value (string):
<true/> | <false/>
<key>Cookies</key>
<true/> | <false/>
<key>Downloads</key>
<true/> | <false/>
<key>FormData</key>
<true/> | <false/>
<key>History</key>
<true/> | <false/>
<key>Sessions</key>
<true/> | <false/>
<key>SiteSettings</key>
<true/> | <false/>
<key>OfflineApps</key>
<true/> | <false/>
<key>Locked</key>
<true/> | <false/>
</dict>
Expand All @@ -6007,12 +5974,9 @@ Value (string):
"SanitizeOnShutdown": {
"Cache": true | false,
"Cookies": true | false,
"Downloads": true | false,
"FormData": true | false,
"History": true | false,
"Sessions": true | false,
"SiteSettings": true | false,
"OfflineApps": true | false,
"Locked": true | false
}
}
Expand Down
3 changes: 0 additions & 3 deletions linux/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,9 @@
"SanitizeOnShutdown": {
"Cache": true | false,
"Cookies": true | false,
"Downloads": true | false,
"FormData": true | false,
"History": true | false,
"Sessions": true | false,
"SiteSettings": true | false,
"OfflineApps": true | false,
"Locked": true | false
},
"SearchEngines": {
Expand Down
15 changes: 14 additions & 1 deletion mac/org.mozilla.firefox.plist
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,20 @@
<string>en-US</string>
</array>
<key>SanitizeOnShutdown</key>
<true/>
<dict>
<key>Cache</key>
<true/>
<key>Cookies</key>
<true/>
<key>History</key>
<true/>
<key>Sessions</key>
<true/>
<key>SiteSettings</key>
<true/>
<key>Locked</key>
<true/>
</dict>
<key>SearchBar</key>
<string>separate</string>
<key>SecurityDevices</key>
Expand Down

0 comments on commit 95b4b38

Please sign in to comment.