dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
Aleksander Machniak
2012-12-04
74cd0a9b62f11bc07c5a1d3ba0098b54883eb0ba
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>