Disable PageSpeed module from .htaccess if present
This commit is contained in:
@@ -14,3 +14,7 @@
|
|||||||
# RewriteCond %{HTTPS} !=on
|
# RewriteCond %{HTTPS} !=on
|
||||||
# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
<IfModule pagespeed_module>
|
||||||
|
ModPagespeed Off
|
||||||
|
</IfModule>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ Improvements:
|
|||||||
* Handle username with dots in user mentions
|
* Handle username with dots in user mentions
|
||||||
* Replace Chosen jQuery plugin by custom UI component
|
* Replace Chosen jQuery plugin by custom UI component
|
||||||
* Rewrite UI component that change user/group roles
|
* Rewrite UI component that change user/group roles
|
||||||
|
* Disable PageSpeed module from .htaccess if present
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user