Skip to content

Commit

Permalink
Change beacon_auth_token default to 'undefined'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Feb 17, 2017
1 parent da433a6 commit ae7c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boomerang.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ BOOMR_check_doc_domain();
beacon_auth_key: "Authorization",
// beacon authorization token. This is only needed if your are using a POST and
// the beacon requires an Authorization token to accept your data
beacon_auth_token: "",
beacon_auth_token: undefined,
// strip out everything except last two parts of hostname.
// This doesn't work well for domains that end with a country tld,
// but we allow the developer to override site_domain for that.
Expand Down

0 comments on commit ae7c951

Please sign in to comment.