Merge pull request #1123 from sharetribe/edit-csp

Add events.mapbox.com to connect-src
This commit is contained in:
Jenni Laakso 2019-07-04 15:05:04 +03:00 committed by GitHub
commit 8e550d8392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:
## Upcoming version 2019-XX-XX
- [add] Add events.mapbox.com to `connect-src` in `csp.js` file.
[#1123](https://github.com/sharetribe/flex-template-web/pull/1123)
- [change] Verify email automatically once the verification link is clicked. Redirect the user to
the landing page after verification.
[#1121](https://github.com/sharetribe/flex-template-web/pull/1121)

View file

@ -23,6 +23,7 @@ const defaultDirectives = {
'maps.googleapis.com',
'*.tiles.mapbox.com',
'api.mapbox.com',
'events.mapbox.com',
// Google Analytics
'www.google-analytics.com',