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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Change Log
2
2
3
+
#### 0.4.4
4
+
5
+
**2025-12-04**
6
+
7
+
-**Security fixes**
8
+
9
+
- Fixed a security bug in `/proxy` endpoint that allowed requests to a
10
+
variation of domains in the `allowProxyFor` list. If `example.com` is in
11
+
`allowProxyFor` setting, this allowed requests to a domain with a different
12
+
prefix, like `badexample.com` to pass through. [#212](https://github.com/TerriaJS/terriajs-server/pull/212)
13
+
14
+
-**Deprecations**
15
+
- Deprecates most of the proxy domains in the [default serverconfig.json](https://github.com/TerriaJS/TerriaMap/blob/d126a10a0625926762351b1b44b918fb03737836/serverconfig.json#L7-L25)
16
+
file. These will be removed in a future release, so please add them through
17
+
a [custom serverconfig.json](https://docs.terria.io/guide/getting-started/#customizing-terriamap)
18
+
if you rely on terria proxying to any of these servers.
19
+
- Upgrades TerriaJS to [8.11.1](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#8111---2025-12-04)
0 commit comments