You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this isn't a complete match as we only allow same-origin URLs as scopes and our path matching needs to determine a "longest prefix" match in some way.
The text was updated successfully, but these errors were encountered:
We've got a discussion for longest-prefix match in the explainer, but leaving this open until it's in the spec proper.
One (perhaps) sticky point: many servers have the behavior of treating "/app" and "/app/" the same. It's common enough that we might choose to add something like it for patterns like "/app/*".
The plan in discussion is to lift matching from CSP: http://w3c.github.io/webappsec/specs/content-security-policy/csp-specification.dev.html#matching
However, this isn't a complete match as we only allow same-origin URLs as scopes and our path matching needs to determine a "longest prefix" match in some way.
The text was updated successfully, but these errors were encountered: