Skip to content

Commit

Permalink
remove extra cors destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed May 20, 2021
1 parent 3a82939 commit 2a631db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ export default function applyConfig(config) {
const allowed_cors_destinations = [
...(config.settings.allowed_cors_destinations || []),
'www.eea.europa.eu',
'eionet.europa.eu',
'*.eionet.europa.eu',
'www.eionet.europa.eu',
'land.copernicus.eu',
];
Expand Down

0 comments on commit 2a631db

Please sign in to comment.