@soomo/wicg-inert
Version:
A polyfill for the proposed inert API
91 lines (54 loc) • 2.38 kB
Markdown
# [Self-Review Questionnaire: Security and Privacy](https://w3ctag.github.io/security-questionnaire/)
> 01. What information might this feature expose to Web sites or other parties,
and for what purposes is that exposure necessary?
None.
> 02. Do features in your specification expose the minimum amount of information
necessary to enable their intended uses?
Yes.
> 03. How do the features in your specification deal with personal information,
personally-identifiable information (PII), or information derived from
them?
No PII is used.
> 04. How do the features in your specification deal with sensitive information?
No sensitive information is used.
> 05. Do the features in your specification introduce new state for an origin
that persists across browsing sessions?
No.
> 06. Do the features in your specification expose information about the
underlying platform to origins?
No.
> 07. Does this specification allow an origin to send data to the underlying
platform?
No.
> 08. Do features in this specification allow an origin access to sensors on a user’s
device
No.
> 09. What data do the features in this specification expose to an origin? Please
also document what data is identical to data exposed by other features, in the
same or different contexts.
No data is exposed to any origin.
> 10. Do feautres in this specification enable new script execution/loading
mechanisms?
No.
> 11. Do features in this specification allow an origin to access other devices?
No.
> 12. Do features in this specification allow an origin some measure of control over
a user agent's native UI?
No.
> 13. What temporary identifiers do the feautures in this specification create or
expose to the web?
None.
> 14. How does this specification distinguish between behavior in first-party and
third-party contexts?
It doesn't.
> 15. How do the features in this specification work in the context of a browser’s
Private Browsing or Incognito mode?
This feature behaves identically in any mode.
> 16. Does this specification have both "Security Considerations" and "Privacy
Considerations" sections?
No.
> 17. Do features in your specification enable origins to downgrade default
security protections?
No.
> 18. What should this questionnaire have asked?
🤷