Merged PR 2452: updated csp and params

updated csp and params

Related work items: #23879
This commit is contained in:
Robert Bond
2026-07-03 04:50:47 +00:00
parent 79e6dfade9
commit 9ac88bbbde
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -899,7 +899,7 @@ const DNSSearchResults = (props) => {
<div>
<h3>Map Legend</h3>
<img
src={`https://datamap.gov.wales/geoserver/ows?service=WMS&request=GetLegendGraphic&format=image/png&height=12&width=12&layer=geonode:${mapLegend}&style=&version=1.3.0&SLD_VERSION=1.1.0&LEGEND_OPTIONS=forceLabels:on&LANGUAGE=${locale}&SCALE=2000000&access_token=n3cRovjblNL1ND9bmzu6S9fupzg3wo`}
src={`https://${locale === "cy" ? "mapdata.llyw.cymru" : "datamap.gov.wales"}/geoserver/ows?service=WMS&request=GetLegendGraphic&format=image/png&height=12&width=12&layer=geonode:${mapTarget}&style=&version=1.3.0&SLD_VERSION=1.1.0&LEGEND_OPTIONS=forceLabels:on&LANGUAGE=${locale}&SCALE=2000000&access_token=n3cRovjblNL1ND9bmzu6S9fupzg3wo`}
width="120%"
/>
</div>