Skip to content

Commit

Permalink
Adds HTTP basic auth params to config.json example
Browse files Browse the repository at this point in the history
  • Loading branch information
bslatkin committed Apr 28, 2015
1 parent ff9cefe commit 7efebfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ The config passed to the `request_run` function may have any or all of these fie
"domain": ".example.com"
}
],
"httpUserName": "my-username",
"httpPassword": "my-password",
"injectCss": ".my-css-rules-here { display: none; }",
"injectJs": "document.getElementById('foobar').innerText = 'foo';",
"resourcesToIgnore": ["www.google-analytics.com", "bad.example.com"],
Expand Down

0 comments on commit 7efebfd

Please sign in to comment.