WebAPI/Security/PermissionsAPI
Jump to navigation
Jump to search
Permission API
Brief purpose of API: Allow an app to manage app permissions in a centralized location
General Use Cases: None
Inherent threats: Change security and privacy permissions, potentially leading to device compromise
Threat severity: Critical
References:
- https://bugzilla.mozilla.org/show_bug.cgi?id=707625
- https://groups.google.com/d/topic/mozilla.dev.webapps/sEN6K4y4Am8/discussion
Permissions Table
| Type | Use Cases | Authorization Model | Notes & Other Controls |
|---|---|---|---|
| Web Content | None | No access | |
| Installed Web Apps | None | No access | |
| Privileged Web Apps | None | No access | |
| Certified Web Apps | Centralized permissions management app; modify per-app settings | Implicit |
Notes
We are not exposing permission settings to non-certified apps. Apps cannot determine their current settings without actually requesting a permission.