Skip to content

Instantly share code, notes, and snippets.

@yratof
Created April 30, 2015 15:45
Show Gist options
  • Save yratof/cf763dac16020fbf2709 to your computer and use it in GitHub Desktop.
Save yratof/cf763dac16020fbf2709 to your computer and use it in GitHub Desktop.
Stop jQuery from being cached with page speed
# Deny Pagespeed form accessing jquery. This fucks things up.
ModPagespeedDisallow "*/jquery.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment