fix things. libreddit, searxng coming soon ™️

This commit is contained in:
Entrpix 2024-07-07 22:18:52 -04:00
parent dc8b8eef07
commit f059c83596
13 changed files with 78 additions and 75 deletions

View file

@ -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',