YES Content-Security-Policy
YES X-Frame-Options
NO Strict-Transport-Security
NO X-Content-Type-Options
NO Referrer-Policy
NO Permissions-Policy
Host states they cant do anything so is this plugin compatible with litespeed server and if so what is the fix to get it working?
]]>Can another caching plugin be used instead of the basic Bunny one for normal cache integration?
Like WP Rocket or LS Cache [for LiteSpeed Enterprise server environment]?
They have a section for CDN configuration, so I assume it should work, or?
And if implementing your plugin as well as the normal Bunny WP optimizations/asset caching is there a need for a caching plugin to optimize stuff as well, or just to purge when updates occur?
What are your suggestions for LiteSpeed server, as LS has a bunch of caching going on.
Thanks in advance!
]]>The fix is to add this line
RewriteCond %{HTTP_USER_AGENT} !QUIC/
In the following locations…
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_USER_AGENT} !QUIC/
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
RewriteRule ^wp-includes(.*) /index.php?wph-throw-404 [L]
and further down…
RewriteCond %{HTTP_USER_AGENT} !QUIC/
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
RewriteRule ^wp-content(.+) /index.php?wph-throw-404 [L]
Please note that everytime you update settings in WP-Hide your custom entries will be overwritten, so you’ll need to add them in again. Can we please have these lines added as default. I keep my .htaccess write protected in case they’re written over by accident, and have to change properties each time I make settings.
]]>I have a problem this week on my site that is getting slower, because the status of Enable Keep-Alive is OFF / Connection: Close, based on test results from GTmetrix for my site.
Previously the Enable Keep-Alive works well on my site. I have asked my shared host provider and they answered that on their LiteSpeed Server the status of Enable Keep-Alive has been active and asked me to ask for help to the Litespeed Support.
Report number: WZSOPXYK
Thank you in advance