diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index cd63ebb0d..5cbb4b1e4 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -371,7 +371,7 @@ HTTP_X_FORWARDED_PROTO = env.bool("SECURE_PROXY_SSL_HEADER", False) if HTTP_X_FORWARDED_PROTO: SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") -# Instance Actor for signing GET requests to "secure mode" +# Instance Actor for signing GET requests to "secure mode" # Mastodon servers. # Do not change this setting unless you already have an existing # user with the same username - in which case you should change it!