fix: Paywall-Killer sucht via iframe im Browser statt Server (429-Bypass)

This commit is contained in:
2026-06-12 08:37:24 +02:00
parent 77c48bb9d0
commit 373bb3b6a0
2 changed files with 145 additions and 138 deletions

View File

@@ -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');