configuration-templates – Diff between revs 11 and 69

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 11 Rev 69
Line 4... Line 4...
4 ## rights of fair usage, the disclaimer and warranty conditions. ## 4 ## rights of fair usage, the disclaimer and warranty conditions. ##
5 ########################################################################### 5 ###########################################################################
6 ## Squid3 - rules to anonymize HTTP response headers. ## 6 ## Squid3 - rules to anonymize HTTP response headers. ##
7 ########################################################################### 7 ###########################################################################
Line -... Line 8...
-   8  
8   9 # CORS
-   10 reply_header_access Access-Control-Allow-Origin allow all
-   11 reply_header_access Access-Control-Allow-Credentials allow all
-   12 reply_header_access Access-Control-Expose-Headers allow all
-   13 reply_header_access Access-Control-Max-Age allow all
-   14 reply_header_access Access-Control-Allow-Methods allow all
-   15 reply_header_access Access-Control-Allow-Headers allow all
9 reply_header_access Access-Control-Allow-Origin allow all 16 #
10 reply_header_access Accept-Patch allow all 17 reply_header_access Accept-Patch allow all
11 reply_header_access Accept-Ranges allow all 18 reply_header_access Accept-Ranges allow all
12 reply_header_access Age allow all 19 reply_header_access Age allow all
13 reply_header_access Allow allow all 20 reply_header_access Allow allow all