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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,14 +111,15 @@ The hexadecimal string which was obtained by [creating a new API token on the
111
111
112
112
----
113
113
114
-
#### COMMENTS_CAPTCHA_URL
114
+
#### COMMENTS_CAPTCHA_API_URL
115
+
116
+
Used to contact the captcha server & get captcha challenges
115
117
116
-
Currently this variable is used for two different things.
118
+
----
117
119
118
-
1. It is used to contact the captcha server & get captcha challenges.
119
-
2. It is used to load the captcha JavaScript and CSS into the page.
120
+
#### COMMENTS_CAPTCHA_URL
120
121
121
-
For that reason, this URL must be reachable from both the comments server and the public internet at large. This may change in the future, let me know if this causes a problem for you. Or you can just fix it yourself 😇
122
+
Used to load the captcha JavaScript and CSS into the page
0 commit comments