Revert "Pass referrer on native (with an opt out) (#6648)" (#6732)

This reverts commit ac5b2cf31f.
This commit is contained in:
dan
2024-11-25 20:30:33 +00:00
committed by GitHub
parent b0c36383a9
commit c6c6c91d7b
9 changed files with 16 additions and 125 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ export const TextLink = memo(function TextLink({
if (isExternal) {
return {
target: '_blank',
// rel: 'noopener',
// rel: 'noopener noreferrer',
}
}
return {}