You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed try/catch bloc karound minified JavaScript as this disables…
… all JavaScript-JIT-compilers
- Fixed the bug that the CSS-parser did not recognize rules within rules, e.g. @media print{@page{}}
- Further checks for zlib.output_compression, i.e. values like '' or 'OFF'
Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>
Added a fix for error when access to PHP-function "apache_get_modules…
…" is restricted.
Added different chunking strategies for CSS/JS/MHTML depending if "zlib.output_compression" or "ob_gzhandler" or no GZIP-compression is active.
Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>
Fixed persisting bug where phpinfo, used solely for detection of mod_…
…rewrite, gets outputted, or destroys webpage.
Signed-off-by: Christian Schepp Schaefer <schaepp@gmx.de>