This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

3
My Website has image hotlink protection (mod_rewrite). I added twitter.com to my allowed conditions but still I see my protected image. Why won't it work?
Post Body

I use my .htaccess file to restrict image hotlinking from my website and have some conditions to allow Facebook, Google, Reddit, and Twitter... it's been working fine but suddenly today Twitter is only showing my protected image on new posts that I link to.

Here is the rule I have in place:

RewriteCond %{HTTP_REFERER} ! ^ http(s)?://(www.)?twitter.com [NC]

(spaces added around the ! ^ http because of reddit formatting messing it up)

Does Twitter use a CDN or other domain to reach out and grab images? Why is this not working correctly?

Thank you!


UPDATE: I figured it out, I had to actually escape the period in the domain for some reason... so this works:

RewriteCond %{HTTP_REFERER} ! ^ http(s)?://(www.)?twitter.com/ [NC]

(again spaces added to keep Reddit from formatting it)

Author
User Disabled
Account Strength
0%
Disabled 3 months ago
Account Age
6 years
Verified Email
Yes
Verified Flair
No
Total Karma
744
Link Karma
526
Comment Karma
203
Profile updated: 4 days ago
Posts updated: 5 months ago
HALP!

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
6 years ago