```
{
"policies": {
- "OverridePostUpdatePagep": "http://example.org"
+ "OverridePostUpdatePage": "http://example.org"
}
}
```
}
}
```
+### SanitizeOnShutdown
+If this policy is set to true, all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
+```
+{
+ "policies": {
+ "SanitizeOnShutdown": [true|false]
+ }
+}
+```