mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-13 06:36:26 +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'");
|
|
}
|