Document strict_proxy

This commit is contained in:
Cadence Ember 2022-09-08 00:20:08 +12:00
parent 8ae64525ae
commit 7f151862b3
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 4 additions and 0 deletions

View File

@ -175,3 +175,7 @@ Enables more runtime checks and more verbose output. Turns off some browser cach
@defthing[port value #:value "10416"]{
Which port to run the server on.
}
@defthing[strict_proxy boolean #:value true]{
Whether to put more URLs through the proxy. If false, just a minimal set is proxied. If true, additionally proxies link hrefs to image files, thereby reducing the potential for end-users to connect to Fandom servers.
}