update PGP key & ACAO
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user