diff options
author | dan <dan.abramov@gmail.com> | 2024-11-22 23:28:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 23:28:45 +0000 |
commit | ac5b2cf31f2bb45f1bf8a180705249d3cce8017d (patch) | |
tree | 83af7c9781cdac5f561312fd1fe1d4048aad4342 /assets | |
parent | fee2f5daa24da55f178af355623057c11b3e387b (diff) | |
download | voidsky-ac5b2cf31f2bb45f1bf8a180705249d3cce8017d.tar.zst |
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>
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/chainLink3_stroke2_corner0_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/chainLink3_stroke2_corner0_rounded.svg b/assets/icons/chainLink3_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..c1626cc61 --- /dev/null +++ b/assets/icons/chainLink3_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M18.535 5.465a5.003 5.003 0 0 0-7.076 0l-.005.005-.752.742a1 1 0 1 1-1.404-1.424l.749-.74a7.003 7.003 0 0 1 9.904 9.905l-.002.003-.737.746a1 1 0 1 1-1.424-1.404l.747-.757a5.003 5.003 0 0 0 0-7.076ZM6.202 9.288a1 1 0 0 1 .01 1.414l-.747.757a5.003 5.003 0 1 0 7.076 7.076l.005-.005.752-.742a1 1 0 1 1 1.404 1.424l-.746.737-.003.002a7.003 7.003 0 0 1-9.904-9.904l.74-.75a1 1 0 0 1 1.413-.009Zm8.505.005a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414l4-4a1 1 0 0 1 1.414 0Z" clip-rule="evenodd"/></svg> |