Initial Commit
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
## Chromium Policy
|
||||||
|
|
||||||
|
This is the chromium policy for my computers.
|
||||||
|
|
||||||
|
Feel free to use it just run this on your pc or put it in the correct area.
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo mkdir -p /etc/chromium/policies/managed && sudo chmod -w /etc/chromium/policies/managed && https://git.tcmeta.net/kurtis/chromium-policy/raw/branch/main/varg-policy.json -O /etc/chromium/policies/managed/varg-policy.json
|
||||||
|
```
|
||||||
|
|
||||||
|
You can [go here](chrome://policy) to see if its applied
|
||||||
33
varg-policy.json
Normal file
33
varg-policy.json
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"ExtensionInstallForcelist": [
|
||||||
|
"cjpalhdlnbpafiamejdnhcphjbkeiagm",
|
||||||
|
"nngceckbapebfimnlniiiahkandclblb",
|
||||||
|
"bkjdcppkdgccnhjibfhlhmeiafnjfamk",
|
||||||
|
"bfhkfdnddlhfippjbflipboognpdpoeh",
|
||||||
|
"pnidmkljnhbjfffciajlcpeldoljnidn"
|
||||||
|
],
|
||||||
|
"DefaultSearchProviderEnabled": true,
|
||||||
|
"DefaultSearchProviderSearchURL": "https://search.tcmeta.net/search?q={searchTerms}",
|
||||||
|
"WebAppInstallForceList": [
|
||||||
|
{
|
||||||
|
"create_desktop_shortcut": true,
|
||||||
|
"default_launch_container": "window",
|
||||||
|
"url": "https://bookmarks.tcmeta.net"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"create_desktop_shortcut": true,
|
||||||
|
"default_launch_container": "window",
|
||||||
|
"url": "https://home.kk.tcmeta.net"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"create_desktop_shortcut": true,
|
||||||
|
"default_launch_container": "window",
|
||||||
|
"url": "https://it-tools.tech/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"create_desktop_shortcut": true,
|
||||||
|
"default_launch_container": "window",
|
||||||
|
"url": "https://cook.tcmeta.net"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user