mark8888
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] How to disable on single pageoh, i see.
Thank you
Forum: Plugins
In reply to: [AMP] Error after last update??
Thank youForum: Plugins
In reply to: [AMP] Error after last updateHey,
Indeed, updated to 5.7 and it worked. But i think i was on 5.6 before and still wasn’t working.
Forum: Plugins
In reply to: [WP Responsive Menu] Font file slowing down page loadingDear Kshirod,
Can you please fix this issue. As Web Vitals became strong focus in webmaster community, solving it will also benefit you plugin popularity, not to mention all your subscribers.
Thank you,
MarkForum: Plugins
In reply to: [WP Product Review Lite] Preload key requestsoh. sorry. please delete
Forum: Plugins
In reply to: [WP Responsive Menu] Font file slowing down page loadingCan someone suggest a css solution for that?
Forum: Plugins
In reply to: [WP Fastest Cache] Eliminating render-blocking resources messageThank you
Any idea what is causing that?
sorry. solved
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blocking LinuxHi,
i think managed to solve the issue – however even that blocked, it seems i still see them in analytics and they mess my stats.
is there a way to prevent that? like to redirect them?Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blocking LinuxYes, i have the same code in httaccess.
Please explain what you mean exact match. For example – this bot should be blocked “Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36” – but it’s not.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blocking LinuxHi,
I think if you place just Linux it does work. But by doing so you are blocking all Android users. I think the problem is with how Linux x86_64 entered into the code – maybe the space there messes things up.
The full string is usually: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blocking LinuxI think the problem is in the way your plugin translates “Linux x86_64” which i placed into this part of the code: ^Linux\sx86_64
something there not correct. I tried with different plugin and this part was different. like this: Linuxx86_64can you please suggest a solution.
Even better, is it possible to block by using exact match with multiple parameters together – i mean in a same way as doing google search for exact sentence.
Like blocking “X11; Linux x86_64”
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blocking LinuxHi,
it was enabled. But still the block doesn’t work.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blocking LinuxHi,
No, it doesnt work.
i see this code in httaccess, i marked to block fake google bots – i see exactly the same bots with Linux UA coming without being blocked. Can you please advise how to fix it?
This is the httaccess code i see:
<IfModule mod_rewrite.c>
RewriteEngine OnRewriteCond %{HTTP_USER_AGENT} ^Linux\sx86_64 [NC]
RewriteRule ^(.*)$ – [F,L]</IfModule>
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Blocking Linuxadded now.
Now it should work?