Prune location.ancestorOrigins entries #33671
Labels
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P4
Planned work. We expect to get to it "soon".
privacy
location.ancestorOrigins
allows embedded pages to know the origin of all of the parent pages.For example, if
a.com
iframesb.com
which itself iframesc.com
, then the innermost frame (c.com
) can see:[b.com, a.com]
Previously, only the immediate parent was visible via the
Referer
header ordocument.referrer
property.Firefox has not yet implemented this, but is considering doing so in a way that does not leak
a.com
toc.com
:a.com
's referrer policyIn our example, Firefox would therefore hypothetically return
[b.com, "null"]
where"null"
does include the quotes.The text was updated successfully, but these errors were encountered: