Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

feat(annuaire): Improve psy views #34

Merged
merged 25 commits into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const csp = {
'default-src': ["'none'"],
'connect-src': ["'self'", "https://*.gouv.fr", "https://services.sarbacane.com"],
'font-src': ["'self'", "data:"],
'img-src': ["'self'", "data:", "https://forms.sbc08.com"],
'img-src': ["'self'", "data:", "https://forms.sbc08.com", 'https://*.tile.openstreetmap.org/'],
'prefetch-src': ["'self'", "https://*.gouv.fr"],
'script-src': ["'self'", "https://*.gouv.fr", "https://*.sbc08.com"],
'frame-src': ["'self'", "https://*.gouv.fr"],
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@
"graphql-request": "^3.7.0",
"helmet": "^5.0.1",
"joi": "^17.5.0",
"leaflet": "^1.7.1",
"next": "^12.0.7",
"nodemailer": "^6.7.2",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.5",
"sanitize-html": "^2.6.1",
"sequelize": "^6.13.0",
"sequelize-cli": "^6.3.0",
"styled-components": "^5.3.3",
"ts-node": "^10.4.0",
"typescript-eslint": "^0.0.1-alpha.0"
},
Expand Down
Binary file added public/css/images/marker-icon-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/images/marker-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/images/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading