mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-19 06:34:29 -05:00
16 lines
335 B
Plaintext
16 lines
335 B
Plaintext
#Exception URLs based on Regular Expressions
|
|
#
|
|
# E.g. 'news' would unblock news.bbc.com etc
|
|
|
|
# Example
|
|
#news
|
|
|
|
# Prevent content scanning of CSS and/or JavaScript files
|
|
#^[^?]*\.css($|\?)
|
|
#^[^?]*\.jsp?($|\?)
|
|
|
|
# Allow Facebook plugin applications like
|
|
# http://apps.facebook.com/neighborhoods/Setup.aspx and others.
|
|
mock_ajax_proxy.php
|
|
|