update PGP key & ACAO

This commit is contained in:
2025-04-26 04:03:22 +02:00
parent 96780223d2
commit c474ac041f
2 changed files with 90 additions and 53 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
function allowAllTraffic(router, str, type) {
router.options(str, function (req, res, next) {
res.set("Access-Control-Allow-Origin", "*"); //we'll allow it for now
res.set("Access-Control-Allow-Origin", "test.ipost.rocks"); //we'll allow it for now
res.set("Access-Control-Allow-Methods", type || "GET");
res.set("Access-Control-Allow-Headers", "Content-Type");
res.status(200).send("");