Safari mobile and desktop are hiding full referrer URL: why?
问题 I have a website, www.a.com In that website, I serve a page at https://www.a.com/mypage that contains this: <script src='https://www.b.com/anotherpage'></script> If I visit from every browser, b.com will receive this as http referrer: https://www.a.com/mypage However, if I visit from Safari mobile or desktop, the referrer becomes: https://www.a.com/ Why? How can I force Safari to send the full referrer? Example: from Safari, b.com logs: 123.45.678.901 - - [06/Jun/2020:00:32:03 +0200] "GET