Skip to content

Commit

Permalink
fixed #3260 (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite authored Dec 4, 2016
1 parent 51af9ba commit 80c0a8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ CHANGELOG - ZIKULA 1.4.x
- Refactored PhpParser usage in ZikulaPhpFileExtractor to namespaces (#3183).
- Fixed possible jcss vulnerability in Windows environment (#3237).
- Use namespaced include notation in themes (#3230, #3246).
- Block access to possibly malicious vendor demo file (#3260, #3261).

- Features:
- Lost password functionality has been simplified to work without an additional (confusing) confirmation step (#1781, #3178).
Expand Down
3 changes: 3 additions & 0 deletions src/.htaccess
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# Enable RewriteBase if Zikula is installed to a sub-directory
# RewriteBase /your/path/to/Zikula

# Block access to possibly malicious vendor demo file
RewriteRule ^vendor/vakata/jstree/demo/filebrowser/(.*)$ - [F,L]

# rewrite any unknown directories and files

# Check if the requested path is an existing directory
Expand Down

0 comments on commit 80c0a8d

Please sign in to comment.