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
That is defined in https://www.w3.org/TR/referrer-policy/#determine-requests-referrer step 3-3
and in the case nested browsing context iframe srcdoc we should use container’s node document uri.
In fact, referrer policy is inherited from the creator browsing context or blob URL not only in srcdoc but other cases like blob URL. Would it be better if we treat referrer in blob URL the same (or others scheme like data url, or javascript: maybe)?
That is defined in https://www.w3.org/TR/referrer-policy/#determine-requests-referrer step 3-3
and in the case nested browsing context iframe srcdoc we should use container’s node document uri.
In fact, referrer policy is inherited from the creator browsing context or blob URL not only in srcdoc but other cases like blob URL. Would it be better if we treat referrer in blob URL the same (or others scheme like data url, or javascript: maybe)?
Example:
Then every load in the iframe should use referrer policy of creator document (top level) and referrer is that document's uri
The text was updated successfully, but these errors were encountered: