Skip to content

Commit 95b4b38

Browse files
committed
Remove deprecated items from more places
1 parent 938c45d commit 95b4b38

File tree

3 files changed

+14
-40
lines changed

3 files changed

+14
-40
lines changed

docs/index.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5893,12 +5893,9 @@ Note: Starting with Firefox 128, History clears FormData and Downloads as well.
58935893
```
58945894
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
58955895
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
5896-
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
5897-
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
58985896
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
58995897
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
59005898
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
5901-
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
59025899
Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
59035900
```
59045901
#### Windows (Intune)
@@ -5920,22 +5917,6 @@ Value (string):
59205917
```
59215918
OMA-URI:
59225919
```
5923-
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
5924-
```
5925-
Value (string):
5926-
```
5927-
<enabled/> or <disabled/>
5928-
```
5929-
OMA-URI:
5930-
```
5931-
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
5932-
```
5933-
Value (string):
5934-
```
5935-
<enabled/> or <disabled/>
5936-
```
5937-
OMA-URI:
5938-
```
59395920
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
59405921
```
59415922
Value (string):
@@ -5960,14 +5941,6 @@ Value (string):
59605941
```
59615942
OMA-URI:
59625943
```
5963-
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
5964-
```
5965-
Value (string):
5966-
```
5967-
<enabled/> or <disabled/>
5968-
```
5969-
OMA-URI:
5970-
```
59715944
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
59725945
```
59735946
Value (string):
@@ -5983,18 +5956,12 @@ Value (string):
59835956
<true/> | <false/>
59845957
<key>Cookies</key>
59855958
<true/> | <false/>
5986-
<key>Downloads</key>
5987-
<true/> | <false/>
5988-
<key>FormData</key>
5989-
<true/> | <false/>
59905959
<key>History</key>
59915960
<true/> | <false/>
59925961
<key>Sessions</key>
59935962
<true/> | <false/>
59945963
<key>SiteSettings</key>
59955964
<true/> | <false/>
5996-
<key>OfflineApps</key>
5997-
<true/> | <false/>
59985965
<key>Locked</key>
59995966
<true/> | <false/>
60005967
</dict>
@@ -6007,12 +5974,9 @@ Value (string):
60075974
"SanitizeOnShutdown": {
60085975
"Cache": true | false,
60095976
"Cookies": true | false,
6010-
"Downloads": true | false,
6011-
"FormData": true | false,
60125977
"History": true | false,
60135978
"Sessions": true | false,
60145979
"SiteSettings": true | false,
6015-
"OfflineApps": true | false,
60165980
"Locked": true | false
60175981
}
60185982
}

linux/policies.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,9 @@
312312
"SanitizeOnShutdown": {
313313
"Cache": true | false,
314314
"Cookies": true | false,
315-
"Downloads": true | false,
316-
"FormData": true | false,
317315
"History": true | false,
318316
"Sessions": true | false,
319317
"SiteSettings": true | false,
320-
"OfflineApps": true | false,
321318
"Locked": true | false
322319
},
323320
"SearchEngines": {

mac/org.mozilla.firefox.plist

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,20 @@
630630
<string>en-US</string>
631631
</array>
632632
<key>SanitizeOnShutdown</key>
633-
<true/>
633+
<dict>
634+
<key>Cache</key>
635+
<true/>
636+
<key>Cookies</key>
637+
<true/>
638+
<key>History</key>
639+
<true/>
640+
<key>Sessions</key>
641+
<true/>
642+
<key>SiteSettings</key>
643+
<true/>
644+
<key>Locked</key>
645+
<true/>
646+
</dict>
634647
<key>SearchBar</key>
635648
<string>separate</string>
636649
<key>SecurityDevices</key>

0 commit comments

Comments
 (0)