Update index.js
Browse files
index.js
CHANGED
@@ -68,14 +68,7 @@ function _0x8e5f(){const _0x47a684=['21328MwnItu','akeno_','2HGYaRq','7539MDsoUT
|
|
68 |
app.use(async (req, res, next) => {
|
69 |
await CheckMilWares.handle(req, res, next);
|
70 |
});
|
71 |
-
app.use(helmet({ dnsPrefetchControl: false }));
|
72 |
-
app.use(
|
73 |
-
express.static("public", {
|
74 |
-
setHeaders: (res) => {
|
75 |
-
res.removeHeader("Link");
|
76 |
-
}
|
77 |
-
})
|
78 |
-
);
|
79 |
|
80 |
app.use("/api/v1/", apiLimiter);
|
81 |
app.use(bodyParser.json());
|
|
|
68 |
app.use(async (req, res, next) => {
|
69 |
await CheckMilWares.handle(req, res, next);
|
70 |
});
|
71 |
+
// app.use(helmet({ dnsPrefetchControl: false }));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
app.use("/api/v1/", apiLimiter);
|
74 |
app.use(bodyParser.json());
|