1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 22:50:20 +03:00

Template of policies.json is not needed anymore

This commit is contained in:
Игорь Чудов 2019-12-04 05:15:23 +04:00
parent 2c083f9ed2
commit ba1d510c1d
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -1,108 +0,0 @@
{
"policies": {
"Homepage": {
"URL": "{{ get_home_page() }}",
"Locked": true,
"StartPage": "homepage"
},
"BlockAboutAddons": true,
"BlockAboutConfig": true,
"BlockAboutProfiles": true,
"BlockAboutSupport": true,
"Bookmarks": [],
"CaptivePortal": true,
"Cookies": {
"Default": true,
"Locked": true
},
"DisableSetDesktopBackground": true,
"DisableAppUpdate": true,
"DisabledBuiltinPDFViewer": true,
"DisableDeveloperTools": true,
"DisableFeedbackCommands": false,
"DisableFirefoxScreenshots": false,
"DisableFirefoxAccounts": true,
"DisableFirefoxStudies": true,
"DisableForgetButton": false,
"DisableFormHistory": true,
"DisablePasswordReveal": true,
"DisablePocket": true,
"DisablePrivateBrowsing": false,
"DisableProfileImport": true,
"DisableProfileRefresh": true,
"DisableSafeMode": false,
"DisableSecurityBypass": {
"InvalidCertificate": false,
"SafeBrowsing": false
},
"DisableSystemAddonUpdate": true,
"DisableTelemetry": true,
"DisplayBookmarksToolbar": true,
"DisplayMenuBar": true,
"DontCheckDefaultBrowser": true,
"DownloadDirectory": "${home}",
"EnableTrackingProtection": {
"Value": true,
"Locked": true
},
"EnterprisePoliciesEnabled": true,
"ExtensionSettings": {
"*": {
"blocked_install_message": "Extension installation is disabled",
"install_sources": [],
"installation_mode": "blocked"
}
},
"ExtensionUpdate": false,
"FlashPlugin": {
"Allow": [],
"Block": [],
"Default": false,
"Locked": true
},
"InstallAddonsPermission": {
"Allow": [],
"Default": false
}
"NetworkPrediction": false,
"NewTabPage": true,
"OfferToSaveLogins": false,
"OverrideFirstRunPage": "{{ get_home_page() }}",
"OverridePostUpgradePage": "",
"PasswordManagerEnabled": false,
"Permissions": {
},
"PopupBlocking": {
"Allow": [],
"Default": true,
"Locked": true
},
"Preferences": {
"app.update.auto": false,
"browser.fixup.dns_first_for_single_words": true,
"browser.safebrowsing.phishing.enabled": true,
"browser.safebrowsing.malware.enabled": true,
"browser.search.update": true,
"browser.slowStartup.notificationDisabled": true,
"browser.tabs.warnOnClose": true,
"browser.taskbar.previews.enable": false,
"browser.urlbar.suggest.bookmark": true,
"browser.urlbar.suggest.history": true,
"browser.urlbar.suggest.openpage": true,
"datareporting.policy.dataSubmissionPolicyBypassNotification": true,
"dom.allow_scripts_to_close_windows": false,
"dom.disable_window_flip": true,
"dom.disable_window_move_resize": true,
"dom.event.contextmenu.enabled": true,
"goe.enabled": false,
"places.history.enabled": false,
"print.save_print_settings": false,
"security.mixed_content.block_active_content": true,
"security.ssl.errorReporting.enabled": false,
},
"PromptForDownloadLocation": true,
"SanitizeOnShutdown": true,
"SearchBar": false
}
}