mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-07 13:22:32 +02:00
Update policies.json (#481)
added `browser.tabs.allowTabDetach` to prevent drag-detaching tabs into seperate windows
This commit is contained in:
parent
220409e137
commit
ddaf6e17eb
1 changed files with 3 additions and 2 deletions
|
@ -112,7 +112,8 @@
|
||||||
"extensions.getAddons.showPane": false,
|
"extensions.getAddons.showPane": false,
|
||||||
"places.history.enabled": false,
|
"places.history.enabled": false,
|
||||||
"privacy.file_unique_origin": true,
|
"privacy.file_unique_origin": true,
|
||||||
"ui.key.menuAccessKeyFocuses": false
|
"ui.key.menuAccessKeyFocuses": false,
|
||||||
|
"browser.tabs.allowTabDetach": false
|
||||||
},
|
},
|
||||||
"PromptForDownloadLocation": false,
|
"PromptForDownloadLocation": false,
|
||||||
"SanitizeOnShutdown": {
|
"SanitizeOnShutdown": {
|
||||||
|
@ -126,4 +127,4 @@
|
||||||
"SiteSettings": true
|
"SiteSettings": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue