Skip to content

Commit

Permalink
Set CSRF whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed Aug 13, 2024
1 parent ce7e44f commit e0e3a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
image: docker.osgeo.org/geoserver:2.25.3
environment:
SKIP_DEMO_DATA: true
GEOSERVER_CSRF_WHITELIST: ${HOST}
INSTALL_EXTENSIONS: false
STABLE_EXTENSIONS: web-resource,geopkg-output,excel,css
PROXY_BASE_URL: https://${HOST}/geoserver
Expand Down

0 comments on commit e0e3a75

Please sign in to comment.