I am thinking to add Referrer-policy
header in my app. Setting this header to :-
Referrer-policy - origin when cross origin
will send only base url (http://www.example.com) in referer header to all the third parties.
Is there any chance that this might effect Google-Analytics tracking ?