NEW 149880
Meta referrer isn't honored for a downgrade window.open
https://bugs.webkit.org/show_bug.cgi?id=149880
Summary Meta referrer isn't honored for a downgrade window.open
Stuart Morgan
Reported 2015-10-07 11:12:45 PDT
STR: - On an https page, set meta referrer to 'always', 'origin' or any other value that should cause a non-empty referrer on downgrade (https->http) navigation - Use window.open to open an http page that displays the referrer (e.g., www.whatismyreferer.com) Expected results: A referrer matching the meta referrer policy. Actual results: A blank referrer regardless of policy. Note that the policy *is* honored for window.open for http->http or https->https window.opens (which was bug 111076).
Attachments
Note You need to log in before you can comment on or make changes to this bug.