Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created June 19, 2013 18:40
Show Gist options
  • Save erikvold/5816765 to your computer and use it in GitHub Desktop.
Save erikvold/5816765 to your computer and use it in GitHub Desktop.
// Using https://github.com/erikvold/addon-pathfinder
const { RequestRule } = require('pathfinder/connections');
RequestRule({
headers: {
'DNT': 'PLZ!!!'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment