dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix XSS vulnerability when editing a message "as new" or draft (#1489251) -...
Aleksander Machniak
2013-08-01
93b0a30c1c8aa29d862b587b31e52bcc344b8d16
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>