Closed
Bug 1080650
Opened 11 years ago
Closed 11 years ago
[Compat Data] Add Protected Flag to features
Categories
(developer.mozilla.org Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shobson, Unassigned)
References
Details
Add "protected" flag to spec
It would indicate features which require an additional step before they can accessed by developers in order to protect the user's security or privacy
Examples:
https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API app must be certified
https://developer.mozilla.org/en-US/docs/Web/API/Geolocation user must grant permission
This would enable us to auto generate warnings for the top of the page, standardize on an icon to associate with these warning and collapse the warning to just an icon for the small display of content.
Details of how the feature is protected would have to be explained in footnotes, I am only proposing adding a flag.
Updated•11 years ago
|
Severity: normal → enhancement
Comment 1•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/web-platform-compat
https://github.com/mozilla/web-platform-compat/commit/24fad0b590e4de67da4f2fbbbaf9b269b71d5493
fix bug 1080650 - Add support.protected
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•