a list of policies to implement into settings (WIP)
This commit is contained in:
parent
22c47e0bb3
commit
fbb83077ff
1 changed files with 27 additions and 0 deletions
27
policies to implement (WIP)
Normal file
27
policies to implement (WIP)
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
https://github.com/mozilla/policy-templates/blob/master/README.md
|
||||
|
||||
Bookmarks
|
||||
{
|
||||
"policies": {
|
||||
"Bookmarks": [
|
||||
{
|
||||
"Title": "Example",
|
||||
"URL": "http://example.org",
|
||||
"Favicon": "http://example.com/favicon.ico",
|
||||
"Placement": ["toolbar", "menu"],
|
||||
"Folder": "FolderName"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
DNSOverHTTP
|
||||
{
|
||||
"policies": {
|
||||
"DNSOverHTTPS": {
|
||||
"Enabled": [true|false],
|
||||
"ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
|
||||
"Locked": [true|false]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue