Update policies.json (#481)

added `browser.tabs.allowTabDetach` to prevent drag-detaching tabs into seperate windows
This commit is contained in:
Domenic Horner 2025-03-09 04:45:43 +08:00 committed by GitHub
parent 220409e137
commit ddaf6e17eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
} }
} }
} }