I noticed that this strategy has recently stopped working because Pinterest no longer identifies itself as "Pinterest" in web logs when one of their relentless crowscrapers infringes on your copyright. Now Pinterest is using the longer form: +http://pinterest.com
If you want to continue substituting the pinned images with a copyright warning, you must update your .htaccess file with the following lines:
RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Pinterest [NC]The command for the old identifier "Pinterest" remains in case they mysteriously revert to it. This is the copyright warning that is being substituted:
RewriteRule .*\.(jpe?g|gif|bmp|png)$ http://media-cache-ec0\.pinterest\.com/upload/44965696249836704_DMXjrNee_f\.jpg [R]
RewriteCond %{HTTP_USER_AGENT} \+http://pinterest\.com/ [NC]
RewriteRule .*\.(jpe?g|gif|bmp|png)$ http://media-cache-ec0\.pinterest\.com/upload/44965696249836704_DMXjrNee_f\.jpg [R]
No comments:
Post a Comment