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: docs/getting_started.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,14 @@ running as a Container or as a Systemd service.
37
37
*`PROXY_CACHE_VALID_NOTFOUND` - Sets caching time for response code 404
38
38
*`PROXY_CACHE_VALID_FORBIDDEN` - Sets caching time for response code 403
39
39
*`JS_TRUSTED_CERT_PATH` - (optional) Enables the `js_fetch_trusted_certificate` directive when retrieving AWS credentials and sets the path (on the container) to the specified path
40
-
*`HEADER_PREFIXES_TO_STRIP` - (optional) a list of HTTP header prefixes that exclude headers client responses. List should be specified in lower-case and a semicolon (;) should be used to as a deliminator between values. For example: `x-goog-;x-something-`
40
+
*`HEADER_PREFIXES_TO_STRIP` - (optional) a list of HTTP header prefixes that exclude headers client responses. List should be specified in lower-case and a semicolon (;) should be used to as a deliminator between values. For example: `x-goog-;x-something-`
41
+
*`CORS_ENABLED` - Flag (true/false) that enables CORS headers on GET
42
+
requests and enables pre-flight OPTIONS requests. If enabled, this will
43
+
add CORS headers for "fully open" cross domain requests by default,
44
+
meaning all domains are allowed, similar to the settings show in
0 commit comments