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
I think that would be a nice starting point as it gives us some of the underlying infrastructure needed for the remainder of the specification as well, while not being so big that it gets unwieldy.
I think #91 is a blocker for this, but fortunately that's editorial. Didn't spot anything else based on a quick skim.
Thoughts?
The text was updated successfully, but these errors were encountered:
Yes, the spec currently does not mention the permission prompt, but we've found while trying to roll the secure context restriction out that it causes too much breakage on its own. Some kind of release valve is needed. We propose a new API that allows secure contexts to make requests over plaintext to the local network, bypassing mixed content given explicit user permission.
Beyond that, yes! I am very interested in formalizing this in Fetch.
I believe Chrome has shipped an implementation of https://wicg.github.io/private-network-access/#secure-context-restriction and WebKit is interested in it. That combination suffices for a Fetch PR.
I think that would be a nice starting point as it gives us some of the underlying infrastructure needed for the remainder of the specification as well, while not being so big that it gets unwieldy.
I think #91 is a blocker for this, but fortunately that's editorial. Didn't spot anything else based on a quick skim.
Thoughts?
The text was updated successfully, but these errors were encountered: