# Web browser managed policy configuration _For actual configuration, refer to the shell-things repo which is submoduled and symlinked in this directory for reference._ - [Abandoned ideas](#abandoned-ideas) - [AdNauseam managed policy](#adnauseam-managed-policy) - [Blank New Tab](#blank-new-tab) ## Abandoned ideas ### AdNauseam managed policy This breaks `pre-commit` hook `pretty-format-json` which I value above this feature and besides I am not actually using this setting and lazily just enabling/disabling JavaScript per-domain-I-am-on when I need it. This snipped is from Firefox, but the principle applies to Chromium. ```json { "policies": { "3rdparty": { "Extensions": { "adnauseam@rednoise.org": { "advancedSettings": [["filterAuthorMode", "true"]] } } } } } ``` ### Blank New Tab ```json { "ExtensionSettings": { "pfbmpcgfjncjakgfpddijlbdpjnhnfem": { "installation_mode": "force_installed", "override_update_url": true, "toolbar_pin": "default_unpinned", "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx" } } } ```