summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-05-09 16:37:59 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-05-09 16:38:50 -0400
commit5a376503c946d0af3ae0cb4a6f4cd8afdb81de73 (patch)
tree8f358ae5f34550a7d88fe59b466d2ae22ea8a406
parent9eb709ababf4fb8c1ea18b6c07663151bbd0737c (diff)
prevent app-based VPN implementations from leaking DNS requests
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index ba4c22aa..626606f9 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -751,6 +751,7 @@
<p>Changes since the 2024050700 release:</p>
<ul>
+ <li>prevent app-based VPN implementations from leaking DNS requests when the VPN is down/connecting (this is a preliminary defense against this issue and more research is required, along with apps preventing the leaks on their end or they'll still have leaks outside of GrapheneOS)</li>
<li>exclude Settings app from visible Location indicator too since it gets triggered from accessing Wi-Fi data when enabling Wi-Fi hotspot and potentially other info tied to Wi-Fi and Bluetooth</li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/125.0.6422.35.0">version 125.0.6422.35.0</a></li>
<li>PDF Viewer: update to <a href="https://github.com/GrapheneOS/PdfViewer/releases/tag/19">version 19</a></li>