Important Server-Side + Visual Changes

This commit is contained in:
QuiteAFancyEmerald 2024-07-07 14:08:13 -07:00
parent 7770199e14
commit e232d0a842
8 changed files with 105 additions and 86 deletions

View file

@ -88,7 +88,7 @@ app.use(helmet({
fontSrc: ["'self'", 'https:', 'data:'],
mediaSrc: ["'self'", 'https:', 'data:'],
connectSrc: ["'self'", 'https:'],
frameSrc: ["'none'"],
frameSrc: ["'self'"],
objectSrc: ["'none'"],
},
},