javascript - What should I do so that I block JS file(on server) access from URL but can be accessed from page in script tag? -
javascript - What should I do so that I block JS file(on server) access from URL but can be accessed from page in script tag? -
i used block access url blocked access php page.
rewriteengine on rewritecond %{http_referer} !^http://(www\.)?domain\.ltd [nc] rewritecond %{http_referer} !^http://(www\.)?domain\.ltd.*$ [nc] rewriterule \.(gif|jpg|js|txt)$ /messageforcurious [l]
javascript php .htaccess
Comments
Post a Comment