Searched refs:referrerIsSecureURL (Results 1 – 1 of 1) sorted by relevance
509 bool referrerIsSecureURL = protocolIs(referrer, "https"); in shouldHideReferrer() local510 bool referrerIsWebURL = referrerIsSecureURL || protocolIs(referrer, "http"); in shouldHideReferrer()515 if (!referrerIsSecureURL) in shouldHideReferrer()