mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 00:26:41 +03:00
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
export function middleware(req, res) {
|
|
res.headers.set("Content-Security-Policy", "default-src 'self'");
|
|
}
|