[json] polices.json

Viewer

copydownloadembedprintName: polices.json
  1. {
  2.         "EnterprisePoliciesEnabled": true,
  3.         "AllowedDomainsForApps": "managedfirefox.com,example.com",
  4.         "AppAutoUpdate": true,
  5.         "AppUpdatePin": "106.",
  6.         "AppUpdateURL": "https://www.example.com/update.xml",
  7.         "Authentication":
  8.         {
  9.                 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
  10.                 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
  11.                 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
  12.                 "AllowNonFQDN":
  13.                 {
  14.                         "SPNEGO": true,
  15.                         "NTLM": true
  16.                 },
  17.                 "AllowProxies":
  18.                 {
  19.                         "SPNEGO": true,
  20.                         "NTLM": true
  21.                 },
  22.                 "PrivateBrowsing": true,
  23.                 "Locked": true
  24.         },
  25.         "AutoLaunchProtocolsFromOrigins": [
  26.         {
  27.                 "protocol": "zoommtg",
  28.                 "allowed_origins": ["https://somesite.zoom.us"]
  29.         }],
  30.         "BlockAboutAddons": true,
  31.         "BlockAboutConfig": true,
  32.         "BlockAboutProfiles": true,
  33.         "BlockAboutSupport": true,
  34.         "Bookmarks": [
  35.         {
  36.                 "Title": "Example1",
  37.                 "URL": "https://www.example.org",
  38.                 "Favicon": "https://www.example.org/favicon.ico",
  39.                 "Placement": "toolbar",
  40.                 "Folder": "Example1Folder"
  41.         },
  42.         {
  43.                 "Title": "Example2",
  44.                 "URL": "https://www.example.com",
  45.                 "Favicon": "https://www.example.com/favicon.ico",
  46.                 "Placement": "menu",
  47.                 "Folder": "Example2Folder"
  48.         }],
  49.         "CaptivePortal": false,
  50.         "Certificates":
  51.         {
  52.                 "ImportEnterpriseRoots": true,
  53.                 "Install": ["cert1.der", "cert2.pem"]
  54.         },
  55.         "Cookies":
  56.         {
  57.                 "Allow": ["https://www.example.org/"],
  58.                 "Allowsession": ["https://www.example.edu/"],
  59.                 "Block": ["https://www.example.edu/"],
  60.                 "Behavior": "limit-foreign",
  61.                 "Locked": true
  62.         },
  63.         "DefaultDownloadDirectory": "${home}/Downloads",
  64.         "DownloadDirectory": "${home}/Downloads",
  65.         "DNSOverHTTPS":
  66.         {
  67.                 "Enabled": false,
  68.                 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
  69.                 "Locked": true,
  70.                 "ExcludedDomains": ["example.com"]
  71.         },
  72.         "DisableAppUpdate": true,
  73.         "DisableBuiltinPDFViewer": true,
  74.         "DisabledCiphers":
  75.         {
  76.                 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true,
  77.                 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true,
  78.                 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true,
  79.                 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true,
  80.                 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true,
  81.                 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true,
  82.                 "TLS_RSA_WITH_AES_128_CBC_SHA": true,
  83.                 "TLS_RSA_WITH_AES_256_CBC_SHA": true,
  84.                 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true,
  85.                 "TLS_RSA_WITH_AES_128_GCM_SHA256": false,
  86.                 "TLS_RSA_WITH_AES_256_GCM_SHA384": false
  87.         },
  88.         "DisableDeveloperTools": true,
  89.         "DisableFeedbackCommands": true,
  90.         "DisableFirefoxAccounts": true,
  91.         "DisableFirefoxScreenshots": true,
  92.         "DisableFirefoxStudies": true,
  93.         "DisableForgetButton": true,
  94.         "DisableFormHistory": true,
  95.         "DisableMasterPasswordCreation": true,
  96.         "DisablePasswordReveal": true,
  97.         "DisablePocket": true,
  98.         "DisablePrivateBrowsing": true,
  99.         "DisableProfileImport": true,
  100.         "DisableProfileRefresh": true,
  101.         "DisableSafeMode": true,
  102.         "DisableSecurityBypass":
  103.         {
  104.                 "InvalidCertificate": true,
  105.                 "SafeBrowsing": true
  106.         },
  107.         "DisableSetDesktopBackground": true,
  108.         "DisableSystemAddonUpdate": true,
  109.         "DisableTelemetry": true,
  110.         "DisplayBookmarksToolbar": true,
  111.         "DontCheckDefaultBrowser": true,
  112.         "EnableTrackingProtection":
  113.         {
  114.                 "Value": true,
  115.                 "Locked": true,
  116.                 "Cryptomining": true,
  117.                 "Fingerprinting": true,
  118.                 "Exceptions": ["https://example.com"]
  119.         },
  120.         "EncryptedMediaExtensions":
  121.         {
  122.                 "Enabled": false,
  123.                 "Locked": false
  124.         },
  125.         "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [
  126.         {
  127.                 "file_extension": "jnlp",
  128.                 "domains": ["example.com"]
  129.         }],
  130.         "Extensions":
  131.         {
  132.                 "Install": ["https://addons.mozilla.org/firefox/downloads/file/1053714/ghostery_privacy_ad_blocker-8.2.4-an+fx.xpi"],
  133.                 "Uninstall": [],
  134.                 "Locked": ["[email protected]"]
  135.         },
  136.         "ExtensionSettings":
  137.         {
  138.                 "*":
  139.                 {
  140.                         "blocked_install_message": "Custom error message.",
  141.                         "install_sources": ["https://addons.mozilla.org/"],
  142.                         "installation_mode": "blocked"
  143.                 },
  144.                 "[email protected]":
  145.                 {
  146.                         "installation_mode": "force_installed",
  147.                         "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
  148.                 }
  149.         },
  150.         "ExtensionUpdate": false,
  151.         "FirefoxHome":
  152.         {
  153.                 "Search": true,
  154.                 "TopSites": true,
  155.                 "SponsoredTopSites": false,
  156.                 "Highlights": true,
  157.                 "Pocket": false,
  158.                 "SponsoredPocket": false,
  159.                 "Snippets": false,
  160.                 "Locked": true
  161.         },
  162.         "FlashPlugin":
  163.         {
  164.                 "Allow": ["https://www.example.com"],
  165.                 "Block": ["https://www.example.org"],
  166.                 "Default": true,
  167.                 "Locked": true
  168.         },
  169.         "GoToIntranetSiteForSingleWordEntryInAddressBar": true,
  170.         "Handlers":
  171.         {
  172.                 "mimeTypes":
  173.                 {
  174.                         "application/msword":
  175.                         {
  176.                                 "action": "useSystemDefault",
  177.                                 "ask": false
  178.                         }
  179.                 },
  180.                 "schemes":
  181.                 {
  182.                         "mailto":
  183.                         {
  184.                                 "action": "useHelperApp",
  185.                                 "ask": false,
  186.                                 "handlers": [
  187.                                 {
  188.                                         "name": "Gmail",
  189.                                         "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
  190.                                 }]
  191.                         }
  192.                 },
  193.                 "extensions":
  194.                 {
  195.                         "pdf":
  196.                         {
  197.                                 "action": "useHelperApp",
  198.                                 "ask": false,
  199.                                 "handlers": [
  200.                                 {
  201.                                         "name": "Adobe Acrobat",
  202.                                         "path": "/System/Applications/Preview.app"
  203.                                 }]
  204.                         }
  205.                 }
  206.         },
  207.         "HardwareAcceleration": false,
  208.         "Homepage":
  209.         {
  210.                 "URL": "http://example.com",
  211.                 "Locked": true,
  212.                 "Additional": ["https://www.example.com/extra-home1.htm", "https://www.example.com/extra-home2.htm", "https://www.example.com/extra-home3.htm"],
  213.                 "StartPage": "homepage"
  214.         },
  215.         "InstallAddonsPermission":
  216.         {
  217.                 "Allow": ["https://example.org", "https://example.edu"],
  218.                 "Default": false
  219.         },
  220.         "LocalFileLinks": ["http://example.org", "http://example.edu"],
  221.         "PrimaryPassword": true,
  222.         "NetworkPrediction": false,
  223.         "NewTabPage": false,
  224.         "NoDefaultBookmarks": true,
  225.         "OfferToSaveLogins": false,
  226.         "OfferToSaveLoginsDefault": true,
  227.         "OverrideFirstRunPage": "https://www.example.com",
  228.         "OverridePostUpdatePage": "",
  229.         "PasswordManagerEnabled": false,
  230.         "PDFjs":
  231.         {
  232.                 "Enabled": false,
  233.                 "EnablePermissions": false
  234.         },
  235.         "PasswordManagerExceptions": ["https://example.org", "https://example.edu"],
  236.         "Permissions":
  237.         {
  238.                 "Camera":
  239.                 {
  240.                         "Allow": ["https://example.org"],
  241.                         "Block": ["https://example.edu"],
  242.                         "BlockNewRequests": true,
  243.                         "Locked": true
  244.                 },
  245.                 "Microphone":
  246.                 {
  247.                         "Allow": ["https://example.org"],
  248.                         "Block": ["https://example.edu"],
  249.                         "BlockNewRequests": true,
  250.                         "Locked": true
  251.                 },
  252.                 "Location":
  253.                 {
  254.                         "Allow": ["https://example.org"],
  255.                         "Block": ["https://example.edu"],
  256.                         "BlockNewRequests": true,
  257.                         "Locked": true
  258.                 },
  259.                 "Notifications":
  260.                 {
  261.                         "Allow": ["https://example.org"],
  262.                         "Block": ["https://example.edu"],
  263.                         "BlockNewRequests": true,
  264.                         "Locked": true
  265.                 },
  266.                 "Autoplay":
  267.                 {
  268.                         "Allow": ["https://example.org"],
  269.                         "Block": ["https://example.edu"],
  270.                         "Default": "block-audio",
  271.                         "Locked": true
  272.                 },
  273.                 "VirtualReality":
  274.                 {
  275.                         "Allow": ["https://example.org"],
  276.                         "Block": ["https://example.edu"],
  277.                         "BlockNewRequests": true,
  278.                         "Locked": true
  279.                 }
  280.         },
  281.         "PictureInPicture":
  282.         {
  283.                 "Enabled": false,
  284.                 "Locked": true
  285.         },
  286.         "PopupBlocking":
  287.         {
  288.                 "Allow": ["https://www.example.org", "https://www.example.edu"],
  289.                 "Default": true,
  290.                 "Locked": true
  291.         },
  292.         "Preferences":
  293.         {
  294.                 "accessibility.force_disabled":
  295.                 {
  296.                         "Value": 1,
  297.                         "Status": "default"
  298.                 },
  299.                 "browser.cache.disk.parent_directory":
  300.                 {
  301.                         "Value": "SOME_NATIVE_PATH",
  302.                         "Status": "user"
  303.                 },
  304.                 "browser.tabs.warnOnClose":
  305.                 {
  306.                         "Value": false,
  307.                         "Status": "locked"
  308.                 }
  309.         },
  310.         "Proxy":
  311.         {
  312.                 "SocksVersion": "4",
  313.                 "Mode": "manual",
  314.                 "HTTPProxy": "proxy.example.com:80",
  315.                 "Locked": true
  316.         },
  317.         "RequestedLocales": ["de", "en-US"],
  318.         "SanitizeOnShutdown": true,
  319.         "SearchBar": "separate",
  320.         "UserMessaging":
  321.         {
  322.                 "WhatsNew": false,
  323.                 "ExtensionRecommendations": false,
  324.                 "FeatureRecommendations": false,
  325.                 "UrlbarInterventions": false,
  326.                 "SkipOnboarding": true
  327.         },
  328.         "UseSystemPrintDialog": true,
  329.         "WebsiteFilter":
  330.         {
  331.                 "Block": ["<all_urls>"],
  332.                 "Exceptions": ["https://www.google.com/*", "https://www.yahoo.com/*"]
  333.         },
  334.         "SecurityDevices":
  335.         {
  336.                 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
  337.         },
  338.         "ShowHomeButton": true,
  339.         "SSLVersionMin": "tls1.2",
  340.         "SSLVersionMax": "tls1.3",
  341.         "StartDownloadsInTempDirectory": true,
  342.         "SupportMenu":
  343.         {
  344.                 "Title": "Click here for help",
  345.                 "URL": "http://example.edu/",
  346.                 "AccessKey": "C"
  347.         }
  348. }

Editor

You can edit this paste and save as new:


File Description
  • polices.json
  • Paste Code
  • 23 Mar-2023
  • 8.14 Kb
You can Share it: