mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #1123 from sharetribe/edit-csp
Add events.mapbox.com to connect-src
This commit is contained in:
commit
8e550d8392
2 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ const defaultDirectives = {
|
|||
'maps.googleapis.com',
|
||||
'*.tiles.mapbox.com',
|
||||
'api.mapbox.com',
|
||||
'events.mapbox.com',
|
||||
|
||||
// Google Analytics
|
||||
'www.google-analytics.com',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue