防止热链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了防止热链接相关的知识,希望对你有一定的参考价值。

SESSIONNAME = Name of your session cookie;
example.com = Domainname of your site
  1. RewriteEngine On
  2.  
  3. ## PREVENT HOTLINKING ###
  4. SetEnvIfNoCase Cookie SESSIONNAME=(.*) IS_OK
  5. SetEnvIfNoCase Referer "^http://(www.)?example.com(/.*)?$" IS_OK
  6. #SetEnvIfNoCase Referer "^http://(www.)?example.net(/.*)?$" IS_OK
  7.  
  8. <FilesMatch ".(avi|bmp|flv|gif|jpe?g|mov|mp(3|4|e?g)|png|swf|tiff?|wm(a|v))$">
  9. Order deny,allow
  10. deny from all
  11. allow from env=IS_OK
  12.  
  13. ErrorDocument 403 http://127.0.0.1/
  14. </FilesMatch>

以上是关于防止热链接的主要内容,如果未能解决你的问题,请参考以下文章

防止图像热链接

防止热链接

防止热链接

如何使用AWS WAF防止热链接

使用底部导航栏防止片段刷新

使用导航从一个片段导航到另一个片段后,防止后按工作