<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{HTTP_REFERER} !^https?://([^.]+\.)*[^/]+\.me [NC]
  RewriteRule ^.*$ - [F,L]
</IfModule>
