Skip to content

Commit

Permalink
feat(config): add default cors ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Nov 20, 2019
1 parent aa6cb6b commit 77c3403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/defaults/development.js
Expand Up @@ -74,7 +74,7 @@ module.exports = {
xssProtection: true,
},
cors: {
origin: [],
origin: ['http://localhost:8080'],
credentials: true,
},
// Data filter whitelist & Blacklist
Expand Down

0 comments on commit 77c3403

Please sign in to comment.