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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,8 @@ See [.env.example](.env.example) for all available options.
189
189
|`MAX_REQUEST_BODY_MB`| No |`10`| Max HTTP request body size |
190
190
|`SESSION_RATE_LIMIT`| No |`10`| Max sessions per IP per window |
191
191
|`SESSION_RATE_WINDOW_SECS`| No |`60`| Rate limit window in seconds |
192
-
|`ALLOW_ALL_HEADERS`| No |`false`| Allow dangerous headers (e.g., Service-Worker-Allowed) |
192
+
|`DANGEROUSLY_ALLOW_SAME_ORIGIN_USER_CONTENT`| No |`false`| Enable `/r/<subdomain>` user content on the dashboard origin (for domainless/IP deployments) |
193
+
|`DANGEROUSLY_ALLOW_ALL_HEADERS`| No |`false`| Allow origin-scoped headers such as `Service-Worker-Allowed` and `Alt-Svc` on `/r/` routes |
0 commit comments