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…
Reference in a new issue