Content-Security-Policy-Report-Onlyを追加

This commit is contained in:
Ry0taK
2023-02-11 21:20:45 +09:00
parent ddde68ad2d
commit b888c66ca2
11 changed files with 76 additions and 56 deletions

View File

@@ -48,6 +48,8 @@ export type Source = {
allowedPrivateNetworks?: string[];
contentSecurityPolicy?: string;
maxFileSize?: number;
accesslog?: string;