Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default block mapstore proxy #421

Merged
merged 2 commits into from
Sep 4, 2024
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
1 change: 1 addition & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
backport:
name: Backport PR
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Backport Action
Expand Down
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
Loading