You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Change Log
2
2
3
+
#### 0.4.4
4
+
5
+
**2025-12-04**
6
+
7
+
-**Security fixes**
8
+
- Fixes a `terriajs-server` bug that allowed proxying to a variation of
9
+
domains in the `allowProxyFor` list (See [terriajs-server changelog](https://github.com/TerriaJS/terriajs-server/blob/master/CHANGES.md#security-fixes))
10
+
-**Deprecations**
11
+
- Deprecates most of the proxy domains in the [default serverconfig.json](https://github.com/TerriaJS/TerriaMap/blob/d126a10a0625926762351b1b44b918fb03737836/serverconfig.json#L7-L25)
12
+
file. These will be removed in a future release, so please add them through
13
+
a [custom serverconfig.json](https://docs.terria.io/guide/getting-started/#customizing-terriamap)
14
+
if you rely on terria proxying to any of these servers.
15
+
- Upgrades TerriaJS to [8.11.1](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#8111---2025-12-04)
0 commit comments