mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +01:00
49 lines
1.4 KiB
Markdown
49 lines
1.4 KiB
Markdown
# Chromium recommended policies
|
|
|
|
- https://chromeenterprise.google/policies/
|
|
|
|
<!-- editorconfig-checker-disable -->
|
|
<!-- prettier-ignore-start -->
|
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
- [`apps-as-homepage.json`](#apps-as-homepagejson)
|
|
- [`brave-search.json`](#brave-searchjson)
|
|
- [`disable-default-browser-check.json`](#disable-default-browser-checkjson)
|
|
- [`duckduckgo.json`](#duckduckgojson)
|
|
- [`enable-home.json`](#enable-homejson)
|
|
- [`README.md`](#readmemd)
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- prettier-ignore-end -->
|
|
<!-- editorconfig-checker-enable -->
|
|
|
|
## `apps-as-homepage.json`
|
|
|
|
Sets the new tab page to `chrome://apps` and homepage as the new tab page.
|
|
However regardless of allowing the user to change homepage, the new tab page
|
|
won't change.
|
|
|
|
## `brave-search.json`
|
|
|
|
Sets and displays recommendation on the use of search.brave.com as a search engine by default.
|
|
|
|
## `disable-default-browser-check.json`
|
|
|
|
Disables checking whether the browser is set as default, but due to being a
|
|
suggested policy, allows the user to set as default in browser settings.
|
|
|
|
## `duckduckgo.json`
|
|
|
|
Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default.
|
|
|
|
## `enable-home.json`
|
|
|
|
Enables home button by default.
|
|
|
|
## `README.md`
|
|
|
|
You are reading this file, are you not?
|