Skip to content

Commit

Permalink
Adding instructions for browser-policy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rjerrems committed Jun 11, 2015
1 parent c9bedda commit 764d4e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,14 @@ We have also built in two really simple and useful functions for logging errors
3. String(Optional): Finally, you can elect to add the log level in the third and final argument. (Default: 'error') (valid severity levels: "critical", "error", "warning", "info", "debug")


### Other considerations

##### Browser Policy

If you are using the `browser-policy` package, you will need to add the Rollbar cloudfront distribution as a trusted script origin. You can do this with the current endpoint by adding the following to your code

```javascript
BrowserPolicy.content.allowScriptOrigin('d37gvrvc0wt4s1.cloudfront.net');
```


0 comments on commit 764d4e2

Please sign in to comment.