Skip to content

Commit 0a6871b

Browse files
fix(security): Update .htaccess 403 directives
1 parent 381f78c commit 0a6871b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.htaccess

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Redirectmatch 403 wp-content/plugins/crowdsec/logs/
2-
Redirectmatch 403 wp-content/plugins/crowdsec/.cache/
3-
Redirectmatch 403 wp-content/plugins/crowdsec/inc/standalone-settings
1+
Redirectmatch 403 wp-content/uploads/crowdsec/logs/
2+
Redirectmatch 403 wp-content/uploads/crowdsec/cache/
3+
Redirectmatch 403 wp-content/plugins/crowdsec/inc/standalone-settings

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Make some fields required when necessary in the settings page (LAPI URL, Api key if authentication type is Api key, etc.)
2020
- Update the standalone settings file if the file is already present (even if the setting is disabled)
2121

22+
### Fixed
23+
24+
- Fix `.htaccess` directives
25+
2226
---
2327

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

0 commit comments

Comments
 (0)