mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
6 lines
180 B
ApacheConf
6 lines
180 B
ApacheConf
# Protect against bug 28235
|
|
<IfModule rewrite_module>
|
|
RewriteEngine On
|
|
RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
|
|
RewriteRule . - [forbidden]
|
|
</IfModule>
|