Pass referrer on native (with an opt out) (#6648)
* Pass referer on native * Add ChainLink3 * Add an opt out for sending utm * Remove noreferrer on links We do have <meta name="referrer" content="origin-when-cross-origin"> in HTML, should be sufficient. * Narrow down the condition slightly --------- Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
@@ -256,7 +256,7 @@ export const TextLink = memo(function TextLink({
|
||||
if (isExternal) {
|
||||
return {
|
||||
target: '_blank',
|
||||
// rel: 'noopener noreferrer',
|
||||
// rel: 'noopener',
|
||||
}
|
||||
}
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user