mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-15 12:50:01 -04:00
fix things. libreddit, searxng coming soon ™️
This commit is contained in:
parent
dc8b8eef07
commit
f059c83596
13 changed files with 78 additions and 75 deletions
|
@ -22,6 +22,12 @@ const router = express.Router();
|
|||
const bare = createBareServer('/bare/');
|
||||
const rh = createRammerhead();
|
||||
|
||||
app.get('/baremux/bare.cjs', (req, res) => {
|
||||
res.setHeader('Content-Type', 'application/javascript');
|
||||
res.sendFile(path.join(baremuxPath, 'bare.cjs'));
|
||||
});
|
||||
|
||||
|
||||
const rammerheadScopes = [
|
||||
'/rammerhead.js',
|
||||
'/hammerhead.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue