You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This policy covers:
35
35
36
36
This project implements the following security measures:
37
37
38
-
-**CSP**: Strict Content-Security-Policy with `default-src 'none'` and no `unsafe-eval`
38
+
-**CSP**: Strict Content-Security-Policy with `default-src 'none'`, no `unsafe-eval`, no `unsafe-inline` for scripts (`style-src-attr 'unsafe-inline'` required by Kobalte UI library)
39
39
-**CORS**: Strict origin equality matching on the Worker
40
40
-**OAuth CSRF**: Cryptographically random state parameter with single-use enforcement
41
41
-**Read-only API access**: Octokit hook blocks all write operations
0 commit comments