Skip to content

Commit 7995d3b

Browse files
authored
fix: remove referer policy (#123)
1 parent 60a251a commit 7995d3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/applause-button.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const updateClaps = (api, claps, url) =>
2020
headers: {
2121
"Content-Type": "text/plain", //avoids preflight request
2222
},
23-
referrerPolicy: "no-referrer-when-downgrade", // send the full referrer to the applause server, to have by default a clap per page
2423
body: JSON.stringify(`${claps},${VERSION}`),
2524
})
2625
.then((response) => response.text())

0 commit comments

Comments
 (0)