uBlock/platform/mv3/extension/js
Raymond Hill 346b5ded7c
[mv3] Add ability for admins to disable features
New managed setting:

"disabledFeatures": {
  "title": "User interface features to disable",
  "description": "A list of tokens, each of which correspond to a user interface feature to disable.",
  "type": "array",
  "items": { "type": "string" }
}

Supported tokens:
- `dashboard`: Prevent access to all dashboard settings
- `filteringMode`: Prevent changes to the default filtering mode,
  or the current filtering mode of any site

Related feedback:
https://github.com/uBlockOrigin/uBOL-home/discussions/35#discussioncomment-11326086
2024-11-23 13:17:13 -05:00
..
scripting [mv3] Remove useless arguments 2024-08-06 15:00:59 -04:00
admin.js [mv3] Add support to add/remove rulesets through policies 2024-11-11 13:20:54 -05:00
background.js [mv3] Add ability for admins to disable features 2024-11-23 13:17:13 -05:00
config.js [mv3] Do not collect matched rules by default when side-loaded 2024-11-21 12:54:28 -05:00
dashboard.js [mv3] Add minimal ability to diagnose ruleset issue 2024-07-29 14:54:46 -04:00
debug.js [mv3] Do not collect matched rules by default when side-loaded 2024-11-21 12:54:28 -05:00
ext.js [mv3] Add minimal ability to diagnose ruleset issue 2024-07-29 14:54:46 -04:00
fetch.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
filter-lists.js [mv3] Batch changes thru dashboard UI to reduce worker's workload 2024-11-18 14:08:30 -05:00
matched-rules.js [mv3] Add minimal ability to diagnose ruleset issue 2024-07-29 14:54:46 -04:00
mode-manager.js [mv3] Add support to add/remove rulesets through policies 2024-11-11 13:20:54 -05:00
popup.js [mv3] Add ability for admins to disable features 2024-11-23 13:17:13 -05:00
report.js [mv3] Issue labels cannot be set client-side 2024-10-11 16:41:13 -04:00
ruleset-manager.js [mv3] Re-work dashboard: move list of rulesets in its own pane 2024-11-17 17:27:27 -05:00
scripting-manager.js [mv3] Fix flaw breaking scriptlets injection in optimal/basic mode 2024-11-20 09:04:52 -05:00
settings.js [mv3] Add ability for admins to disable features 2024-11-23 13:17:13 -05:00
theme.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
utils.js [mv3] Fix flaw breaking scriptlets injection in optimal/basic mode 2024-11-20 09:04:52 -05:00