Skip to content

Instantly share code, notes, and snippets.

@bsullins
Created September 5, 2017 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bsullins/3577bd99ca28646a48cfb4274ae0d2d5 to your computer and use it in GitHub Desktop.
Save bsullins/3577bd99ca28646a48cfb4274ae0d2d5 to your computer and use it in GitHub Desktop.
How to use Loggly and Netlify to get around ad-blockers
# If using JS as a source for loggly and Netlify
# Follow instructions on loggly to tell it to use a proxy
# Then on Netlify include a file in _site with the following
# This will redirect all your loggly entries and get around adblockers
/loggly/* https://logs-01.loggly.com/:splat 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment