Skip to content

Commit

Permalink
feat: default block mapstore proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Sep 4, 2024
1 parent a8acd2f commit 84e177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstore/proxy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaultStreamByteSize=1024

# hostname whitelist limit the accepted requesting hosts (where the client application is hosted), to avoid the proxy being used by anyone
# you should set the list to accept only the host(s) where mapstore is deployed
#hostnameWhitelist = localhost,demo1.geo-solutions.it,demo.geo-solutions.it
hostnameWhitelist = demo.geo-solutions.it

# mimetype whitelist limit the accepted values for the contentype header in response from the proxied host
mimetypeWhitelist = application/force-download,text/html,text/plain,application/xml,text/xml,application/vnd.ogc.sld+xml,application/vnd.ogc.gml,application/json,application/vnd.ogc.wms_xml,application/x-www-form-urlencoded,image/png,application/pdf,text/csv,application/zip,text/csv;charset=UTF-8
Expand Down

0 comments on commit 84e177b

Please sign in to comment.