# Map proxy enhancement

* adds whitelisting for map proxy hosts
This commit is contained in:
2024-12-23 11:08:41 +01:00
parent 9149e4cbd3
commit d677ac6b5a
3 changed files with 19 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Contact: michel.peltriaux@sgdnord.rlp.de
Created on: 31.01.22
"""
from konova.sub_settings.django_settings import env
# MAPS
DEFAULT_LAT = 50.00
@@ -28,3 +29,6 @@ LANIS_ZOOM_LUT = {
1000: 30,
500: 31,
}
MAP_PROXY_HOST_WHITELIST = env.list("MAP_PROXY_HOST_WHITELIST")
i = 0