Skip to content

Commit

Permalink
Merge pull request #1517 from sharetribe/fix-accidental-invalid-chara…
Browse files Browse the repository at this point in the history
…cters

Fix accidental invalid characters
  • Loading branch information
Gnito authored May 19, 2022
2 parents ca5da0d + 97bcacc commit 1f90fdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2022-XX-XX

## [v8.6.2] 2022-05-19

- [fix] There was also invalid characters (zero-width space) on added directive
[#1517](https://github.com/sharetribe/ftw-daily/pull/1517)

[v8.6.2]: https://github.com/sharetribe/ftw-daily/compare/v8.6.1...v8.6.2

## [v8.6.1] 2022-05-19

- [fix] undefined REACT_APP_GOOGLE_ANALYTICS_ID caused an error.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "8.6.0",
"version": "8.6.2",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions server/csp.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const defaultDirectives = {
'events.mapbox.com',

// Google Analytics
'www.​googletagm­anager.​com',
'www.googletagmanager.com',
'www.google-analytics.com',
'stats.g.doubleclick.net',

Expand Down Expand Up @@ -74,7 +74,7 @@ const defaultDirectives = {
data,
'maps.googleapis.com',
'api.mapbox.com',
'www.​googletagm­anager.​com',
'www.googletagmanager.com',
'*.google-analytics.com',
'js.stripe.com',
],
Expand Down

0 comments on commit 1f90fdf

Please sign in to comment.