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