-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referer is the URL (not URIs) #72
Comments
Can you please provide a link to your website? |
https://tallerawkan.cl
I could do it setting up a referrer policy manually to
no-referrer-when-downgrade.
Otherwise, it assumed a strict-origin-when-cross-origin policy and it was
only sending my main url.
El sáb, 13 de feb. de 2021 a la(s) 05:25, Colin Eberhardt (
[email protected]) escribió:
… Can you please provide a link to your website?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP6EHA7DKGJ6GJ5T7ALWF2TS6YZQBANCNFSM4XRQYQXQ>
.
|
I had the same problem and managed to handle it using the url attribute. I use Hugo, so I can pass the page permalink to the button like this, and each page gets its own independant counter.
You can adapt this solution to your particular stack. |
For anyone else experiencing the same problem, explicitly providing the |
Hi Colin! Thank you so much for this project! It is realy great and easy to use!
I am having trouble because it is getting my website url, not considering the uris. So instead of counting claps for a single post, it is counting for all of them.
It might be because of this:
https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default
May you help me?
The text was updated successfully, but these errors were encountered: