Use no-cors for ntfy
This commit is contained in:
parent
6e6db6d109
commit
b17de3a8e1
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
fetch("https://ntfy.meow.company/pancakes", {
|
fetch("https://ntfy.meow.company/pancakes", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: message,
|
body: message,
|
||||||
|
mode: "no-cors",
|
||||||
headers: {
|
headers: {
|
||||||
Title: "pancakes.gay",
|
Title: "pancakes.gay",
|
||||||
Priority: "min",
|
Priority: "min",
|
||||||
|
|
Loading…
Reference in a new issue