This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -1764,6 +1764,25 @@ http {
1764
1764
https://www.gstatic.com/psa/static;
1765
1765
}
1766
1766
1767
+ location /mod_pagespeed_test/strip_subresource_hints/default/ {
1768
+ pagespeed DisableFilters add_instrumentation;
1769
+ pagespeed RewriteLevel CoreFilters;
1770
+ pagespeed DisAllow *dontrewriteme*;
1771
+ }
1772
+ location /mod_pagespeed_test/strip_subresource_hints/default_passthrough/ {
1773
+ pagespeed DisableFilters add_instrumentation;
1774
+ pagespeed RewriteLevel PassThrough;
1775
+ }
1776
+ location /mod_pagespeed_test/strip_subresource_hints/preserve_on/ {
1777
+ pagespeed DisableFilters add_instrumentation;
1778
+ pagespeed PreserveSubresourceHints on;
1779
+ pagespeed RewriteLevel CoreFilters;
1780
+ }
1781
+ location /mod_pagespeed_test/strip_subresource_hints/preserve_off/ {
1782
+ pagespeed DisableFilters add_instrumentation;
1783
+ pagespeed PreserveSubresourceHints off;
1784
+ pagespeed RewriteLevel CoreFilters;
1785
+ }
1767
1786
# $host implicitly tests script variable support. I'd love to test it more
1768
1787
# directly, but so far this is the best I've come up with and duplicating
1769
1788
# the test doesn't seem to make sense.
You can’t perform that action at this time.
0 commit comments