mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
WebUSB initial commit
This commit is contained in:
parent
c461f87cc7
commit
b898673be8
22 changed files with 2231 additions and 1 deletions
|
|
@ -5322,6 +5322,9 @@ pref("security.block_ftp_subresources", true);
|
|||
// Disable Storage api by default. This needs specific front-end parts to be usable.
|
||||
pref("dom.storageManager.enabled", false);
|
||||
|
||||
// Disable WebUSB by default.
|
||||
pref("dom.usb.enabled", false);
|
||||
|
||||
// DoS protection for HTTP Auth prompt spawning.
|
||||
// -1 = completely disable HTTP Auth prompting. (careful!)
|
||||
// 0 = disable this DoS protection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue