Filter Suspicious Query Strings blocks timthumb images
-
Using 3.4.7 plugin version.
Filter Suspicious Query Strings when is enabled, it blocks images that are generated by timthumb
URL example:/wp-content/themes/echelon/lib/scripts/timthumb/thumb.php?src=https://mydomainisnotimportant.tld/wp-content/uploads/2013/01/it-solutions.jpg&w=588&h=200&zc=1&q=100
I get 403 – Forbidden
Please add rule to pass links that are used in themes and check if timthumb link contains same domain as defined in WP: pass when image is link with my sitelink and forbid when link is not my sitelink:
OK should be for this
/wp-content/themes/echelon/lib/scripts/timthumb/thumb.php?src=https://mydomain.tld/wp-content/uploads/2013/01/it-solutions.jpg&w=588&h=200&zc=1&q=100
BLOCK this:
/wp-content/themes/echelon/lib/scripts/timthumb/thumb.php?src=https://hackersdomainoranother.tld/wp-content/uploads/2013/01/it-solutions.jpg&w=588&h=200&zc=1&q=100
https://www.ads-software.com/extend/plugins/better-wp-security/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Filter Suspicious Query Strings blocks timthumb images’ is closed to new replies.