fix: Paywall-Killer sucht via iframe im Browser statt Server (429-Bypass)
This commit is contained in:
@@ -40,6 +40,7 @@ app.use((_req, res, next) => {
|
||||
"object-src 'none'",
|
||||
"base-uri 'self'",
|
||||
"form-action 'self'",
|
||||
"frame-src https://archive.ph https://archive.is https://archive.today",
|
||||
].join('; '));
|
||||
res.setHeader('X-Content-Type-Options', 'nosniff');
|
||||
res.setHeader('X-Frame-Options', 'DENY');
|
||||
|
||||
Reference in New Issue
Block a user