|
|
Line 28: |
Line 28: |
| | Certified Web Apps || Notify an app if the user is idle. || Implicit | | | Certified Web Apps || Notify an app if the user is idle. || Implicit |
| |} | | |} |
|
| |
|
| |
| === Regular web content (unauthenticated) ===
| |
| Use cases for unauthenticated code: None.
| |
| Authorization model for normal content: No Access.
| |
|
| |
| *Installed Web Apps
| |
| **Use cases for unauthenticated code: None.
| |
| **Authorization model for normal content: No access.
| |
| *Privileged (approved by app store)
| |
| *Use cases for privileged code: None.
| |
| **Authorization model: No access.
| |
|
| |
| === Certified (system-critical apps) ===
| |
| Use cases for certified code: Notify an app if the user is idle <br>
| |
| Authorization model: Implicit <br>
| |
| Potential mitigations: Due to the privacy risks associated with this API, access is limited to certified applications. (See https://bugzilla.mozilla.org/show_bug.cgi?id=780507 for further detail).
| |