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
* Unless you manage to solve the captcha, you'll not be able to access the website.
266
288
267
-
> Note: when you resolve the captcha in your browser, the associated PHP session is considered as sure.
268
-
> If you remove the captcha decision with `cscli`, then you add a new captcha decision for your IP, you'll not be prompted for the current PHP session. To view the captcha page, You can force using a new PHP session opening the front page with incognito mode.
289
+
> Note: when you resolve the captcha in your browser, the result is stored in cache.
290
+
> If you remove the captcha decision with `cscli`, then you add a new captcha decision for your IP, you'll not be
291
+
> prompted until you clear the cache or the lifetime for captcha decision has been reached.
269
292
270
293
### Stream mode, for the high traffic websites
271
294
272
295
With live mode, as you tried it just before, each time a user arrives to the website for the first time, a call is made to Local API. If the traffic on your website is high, the bouncer will call Local API very often.
273
296
274
297
To avoid this, Local API offers a "stream" mode. The decisions list is updated at a predefined frequency and kept in cache. Let's try it!
275
298
276
-
> This bouncer uses the WordPress cron system. For demo purposes, we encourage you to install the WP-Control plugin, a plugin to view and control each Wordpress Cron task jobs.
299
+
> This bouncer uses the WordPress cron system. For demo purposes, we encourage you to install the WP-Control plugin,
300
+
> a plugin to view and control each WordPress Cron task jobs.
277
301
278
302
First, clear the previous decisions:
279
303
@@ -366,13 +390,13 @@ Before publishing a new release, there are some manual steps to take:
366
390
367
391
- Change the version number and stable tag in the `crowdsec.php` file
368
392
- Change the stable tag in the `readme.txt` file
369
-
- Change the version number in the `inc/constants.php` file
393
+
- Change the version number in the `inc/Constants.php` file
370
394
- Update the `CHANGELOG.md` file
371
395
372
396
Then, you have to [run the action manually from the GitHub repository](https://github.com/crowdsecurity/cs-wordpress-bouncer/actions/workflows/release.yml)
373
397
374
398
375
-
Alternatively, you could use the [Github CLI](https://github.com/cli/cli):
399
+
Alternatively, you could use the [GitHub CLI](https://github.com/cli/cli):
376
400
- create a draft release:
377
401
```
378
402
gh workflow run release.yml -f tag_name=vx.y.z -f draft=true
0 commit comments