Skip to content

Commit

Permalink
fix(security): Update .htaccess 403 directives
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Dec 12, 2024
1 parent 381f78c commit 0a6871b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Redirectmatch 403 wp-content/plugins/crowdsec/logs/
Redirectmatch 403 wp-content/plugins/crowdsec/.cache/
Redirectmatch 403 wp-content/plugins/crowdsec/inc/standalone-settings
Redirectmatch 403 wp-content/uploads/crowdsec/logs/
Redirectmatch 403 wp-content/uploads/crowdsec/cache/
Redirectmatch 403 wp-content/plugins/crowdsec/inc/standalone-settings
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Make some fields required when necessary in the settings page (LAPI URL, Api key if authentication type is Api key, etc.)
- Update the standalone settings file if the file is already present (even if the setting is disabled)

### Fixed

- Fix `.htaccess` directives

---

## [2.6.7](https://github.com/crowdsecurity/cs-wordpress-bouncer/releases/tag/v2.6.7) - 2024-07-26
Expand Down

0 comments on commit 0a6871b

Please sign in to comment.