6 lines
242 B
ApacheConf
6 lines
242 B
ApacheConf
|
|
RewriteEngine On
|
||
|
|
RewriteCond %{HTTP:Origin} !^$|http(s)?://(www\.)?popnoire\.com$ [NC]
|
||
|
|
RewriteRule \.(woff|eot|svg|otf|ttf|woff2)$ - [NC,L]
|
||
|
|
RewriteCond %{HTTP_REFERER} !.
|
||
|
|
RewriteRule \.(woff|eot|svg|otf|ttf|woff2)$ - [F,NC,L]
|
||
|
|
Options -Indexes
|