ReferrerPolicy.unsafe_url()
Set the policy to unsafe-url (send origin + path + query for all requests, regardless of security).
Usage
ReferrerPolicy.unsafe_url()Warnings
this can leak sensitive URL data from HTTPS pages to insecure origins.
Set the policy to unsafe-url (send origin + path + query for all requests, regardless of security).
Usage
this can leak sensitive URL data from HTTPS pages to insecure origins.