Skip to content

Commit

Permalink
Update wine-ver.js
Browse files Browse the repository at this point in the history
Remove referrerPolicy header
  • Loading branch information
zetaepyon authored Jan 20, 2024
1 parent 891b3c4 commit 87ad33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/wine-ver.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fetch('https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases/latest', {headers: {accept:'application/vnd.github+json',referrerPolicy: "no-referrer"}}).then(
fetch('https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases/latest', {headers: {accept:'application/vnd.github+json'}}).then(
res => {
if (res.ok) return res.json();
throw new Error();
Expand Down

0 comments on commit 87ad33f

Please sign in to comment.