mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 19:40:02 -04:00
Updated Querystrings
This commit is contained in:
parent
677aa6634d
commit
9c8e405a7c
2 changed files with 3 additions and 3 deletions
4
app.js
4
app.js
|
@ -309,8 +309,6 @@
|
|||
res.send(proxy.sendResponse);
|
||||
});
|
||||
|
||||
app.use('/', express.static('public'));
|
||||
|
||||
//Querystrings Here
|
||||
|
||||
app.get('/', async (req, res) => {
|
||||
|
@ -433,6 +431,8 @@
|
|||
|
||||
});
|
||||
|
||||
app.use('/', express.static('public'));
|
||||
|
||||
app.use(async (req, res, next) => {
|
||||
if (req.headers['referer']) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue