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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,19 @@ ewz_recaptcha:
82
82
api_host: recaptcha.net
83
83
```
84
84
85
+
You can add HTTP Proxy configuration:
86
+
87
+
```yaml
88
+
# app/config/config.yml
89
+
90
+
ewz_recaptcha:
91
+
// ...
92
+
http_proxy:
93
+
host: proxy.mycompany.com
94
+
port: 3128
95
+
auth: proxy_username:proxy_password
96
+
```
97
+
85
98
#### v2 only Configuration
86
99
87
100
Sets the default locale:
@@ -117,18 +130,7 @@ ewz_recaptcha:
117
130
// ...
118
131
ajax: true
119
132
```
120
-
You can add HTTP Proxy configuration:
121
-
122
-
```yaml
123
-
# app/config/config.yml
124
133
125
-
ewz_recaptcha:
126
-
// ...
127
-
http_proxy:
128
-
host: proxy.mycompany.com
129
-
port: 3128
130
-
auth: proxy_username:proxy_password
131
-
```
132
134
In case you have turned off the domain name checking on reCAPTCHA's end, you'll need to check the origin of the response by enabling the ``verify_host`` option:
0 commit comments