mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
8 lines
164 B
ApacheConf
8 lines
164 B
ApacheConf
|
<Files ~ (find|search|source|ident|diff)$>
|
||
|
SetHandler cgi-script
|
||
|
order allow,deny
|
||
|
allow from all
|
||
|
deny from agni.nut.roche.com
|
||
|
deny from user198.anilam.com
|
||
|
</Files>
|