Use no-cors for ntfy

This commit is contained in:
pancakes 2024-12-03 20:33:35 +10:00
parent 6e6db6d109
commit b17de3a8e1
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -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",