mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-05 12:22:52 +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,
|
||||
"places.history.enabled": false,
|
||||
"privacy.file_unique_origin": true,
|
||||
"ui.key.menuAccessKeyFocuses": false
|
||||
"ui.key.menuAccessKeyFocuses": false,
|
||||
"browser.tabs.allowTabDetach": false
|
||||
},
|
||||
"PromptForDownloadLocation": false,
|
||||
"SanitizeOnShutdown": {
|
||||
|
@ -126,4 +127,4 @@
|
|||
"SiteSettings": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue