12:06
<Domenic>
annevk: currently the navigate spec often sends a request with referrer policy = "", referrer = "no-referrer". (e.g. for <a rel="noreferrer">) It would be more elegant if we just used referrer policy. Do you think that's possible?
12:28
<annevk>
Domenic: that's probably feasible, though setting referrer directly is quicker in theory as it bypasses the referrer policy check
12:28
<annevk>
(if you set it to "no-referrer", that is)
12:29
<Domenic>
Cool, OK