From 7f151862b3ceab19b2a3ebba8b77be6bf63afa0d Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 8 Sep 2022 00:20:08 +1200 Subject: [PATCH] Document strict_proxy --- docs.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.scrbl b/docs.scrbl index e162de8..0d1f258 100644 --- a/docs.scrbl +++ b/docs.scrbl @@ -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. +}