Skip to content

Commit

Permalink
Allow cors
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLemayian committed Jan 31, 2020
1 parent 4a4feb5 commit a55edf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ckan.site_id = default

# If cors.origin_allow_all is true, all origins are allowed.
# If false, the cors.origin_whitelist is used.
# ckan.cors.origin_allow_all = true
ckan.cors.origin_allow_all = true
# cors.origin_whitelist is a space separated list of allowed domains.
# ckan.cors.origin_whitelist = http://example1.com http://example2.com

Expand All @@ -101,7 +101,7 @@ ckan.site_id = default
# Add ``resource_proxy`` to enable resorce proxying and get around the
# same origin policy

ckan.plugins = stats text_view image_view recline_view recline_grid_view gdoc_view harvest ckan_harvester s3filestore openafrica datarequests showcase datapusher datastore officedocs_view pdf_view dcat dcat_rdf_harvester dcat_json_harvester dcat_json_interface structured_data issues sentry envvars
ckan.plugins = stats text_view image_view recline_view recline_grid_view gdoc_view resource_proxy harvest ckan_harvester s3filestore openafrica datarequests showcase datapusher datastore officedocs_view pdf_view dcat dcat_rdf_harvester dcat_json_harvester dcat_json_interface structured_data issues sentry envvars

# Define which views should be created by default
# (plugins must be loaded in ckan.plugins)
Expand Down

0 comments on commit a55edf6

Please sign in to comment.