Security and Privacy questionnaire for scope_extensions
What information might this feature expose to Web sites or other parties, and for what purposes is that exposure necessary?
If an URL in extended scope is captured by an app that has launch_handler: { client_mode: "focus-existing" }
set in its manifest, the URL is made visible to the app through Window.launchQueue
instead of causing a top level navigation. Without scope_extensions
, this URL must be from the same origin as the app scope. With scope_extensions
, this exposed URL can be from a different origin within extended scope.
Do features in your specification expose the minimum amount of information necessary to enable their intended uses?
Yes.
How do the features in your specification deal with personal information, personally-identifiable information (PII), or information derived from them?
There is no information of this type being handled by the feature.
There is no sensitive information handled by the feature.
Do the features in your specification introduce new state for an origin that persists across browsing sessions?
No, this feature does not introduce new states tied to an origin. The validation that an origin is within an extended scope is done at the same cadence as manifest updates. A validated status of an origin might persist across sessions.
No.
No.
No.
No.
No.
Do features in this specification allow an origin some measure of control over a user agent’s native UI?
Yes. The feature will affect the UA's out-of-scope banner on installed web applications. This UI will still appear if the PWA navigates to a page that is not in the (extended) scope.
None.
No, it does not make such distinction.
How do the features in this specification work in the context of a browser’s Private Browsing or Incognito mode?
It will not be available in Private Browsing/Incognito mode.
There is no specification written yet. (The explainer does have Security considerations.)
This feature makes a distinction between origins in an app's extended scope versus unrelated origins. Origins in the extended scope will not trigger the out-of-scope banner while unrelated origins will. All cross-origin navigation will be higlighted by origin text appearing in the window's title bar.
This feature does not interact with non-"fully active" documents.
N/A.