Skip to content

Commit

Permalink
fix: remove faulty IP range
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Dec 9, 2024
1 parent b6d400c commit 1c548d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions local/config/vufind/httpd-vufind.conf
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ Alias /resources /usr/local/vufind/public
RewriteRule .* - [F]
RewriteCond expr "-R '49.51.0.0/16'"
RewriteRule .* - [F]
RewriteCond expr "-R '43.0.0.0/24'"
RewriteRule .* - [F]
RewriteCond expr "-R '47.79.0.0/16'"
RewriteRule .* - [F]
RewriteCond %{REQUEST_FILENAME} -s [OR]
Expand Down

0 comments on commit 1c548d0

Please sign in to comment.