mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 15:33:38 +02:00
file access disabled
This commit is contained in:
parent
efd03d4406
commit
f81c3f89e1
1 changed files with 11 additions and 0 deletions
11
user.js
11
user.js
|
@ -1727,6 +1727,17 @@ user_pref("_user.js.parrot", "5000 syntax error: this is an ex-parrot!");
|
|||
user_pref("identity.mobilepromo.android", "");
|
||||
user_pref("identity.mobilepromo.ios", "");
|
||||
|
||||
/* Device Storage API
|
||||
* [NOTE] Responsible for access to the file system, this API allows the browser to
|
||||
* read and/or write to the user's files ***/
|
||||
user_pref("device.storage.enabled", false);
|
||||
|
||||
/* File Handle API
|
||||
* [NOTE] Responsible for accessing lower-level file operations
|
||||
* [1] https://developer.mozilla.org/en-US/docs/Web/API/File_Handle_API */
|
||||
user_pref("dom.fileHandle.enabled", false);
|
||||
|
||||
|
||||
/*** 9999: DEPRECATED / REMOVED / LEGACY / RENAMED
|
||||
Documentation denoted as [-]. Numbers may be re-used. See [1] for a link-clickable,
|
||||
viewer-friendly version of the deprecated bugzilla tickets. The original state of each pref
|
||||
|
|
Loading…
Add table
Reference in a new issue