diff --git a/src/content/en/pages/apps-android.md b/src/content/en/pages/apps-android.md index d6e9c0f68..12bc0fe31 100644 --- a/src/content/en/pages/apps-android.md +++ b/src/content/en/pages/apps-android.md @@ -41,7 +41,8 @@ releases: [{ title: .apk sign cert SHA256, value: 88a6b40fc97fdc842f231f50eb12de116f5b759e3c5b38aaccaf6a7b393c85bb } - ] + ], + note: 'Note: A vulnerability in Android might cause a DNS leak on all VPN connections, no matter which VPN service you use. Review [our blog post](https://www.ivpn.net/blog/dns-traffic-leak-outside-vpn-tunnel-on-android/) for more information.' }] --- ## Features diff --git a/src/content/en/pages/apps-ios.md b/src/content/en/pages/apps-ios.md index b6df31920..609794436 100644 --- a/src/content/en/pages/apps-ios.md +++ b/src/content/en/pages/apps-ios.md @@ -14,7 +14,8 @@ releases: [{ cta: Get it on App Store, download: "https://apps.apple.com/us/app/ivpn-serious-privacy-protection/id1193122683?mt=8", github: https://github.com/ivpn/ios-app, - changelog: https://github.com/ivpn/ios-app/blob/master/CHANGELOG.md + changelog: https://github.com/ivpn/ios-app/blob/master/CHANGELOG.md, + note: 'Note: Vulnerabilities in iOS might affect all VPN connections on iOS, no matter which VPN service you use. For details review our blog post on the [Apple services leak issue](https://www.ivpn.net/blog/removal-of-kill-switch-from-our-ios-app-due-to-apple-ip-leak-issue/), or the assessment on [TunnelVision](https://github.com/ivpn/desktop-app/issues/374) vulnerability.' }] --- ## Features diff --git a/src/themes/ivpn-v3/assets/scss/components/content.scss b/src/themes/ivpn-v3/assets/scss/components/content.scss index 20090e42f..b56c60f5e 100644 --- a/src/themes/ivpn-v3/assets/scss/components/content.scss +++ b/src/themes/ivpn-v3/assets/scss/components/content.scss @@ -93,6 +93,15 @@ main { header { margin-bottom: 35px; + + .note { + text-align: left; + padding-bottom: 25px; + + a { + margin: 0; + } + } } .checksum { diff --git a/src/themes/ivpn-v3/layouts/pages/apps.html b/src/themes/ivpn-v3/layouts/pages/apps.html index 437d74cd4..b262a48a7 100644 --- a/src/themes/ivpn-v3/layouts/pages/apps.html +++ b/src/themes/ivpn-v3/layouts/pages/apps.html @@ -48,6 +48,11 @@

{{ .title }}

{{ T "changelog" }}

{{ end }} + {{ if isset . "note" }} +

+ {{ .note | markdownify }} +

+ {{ end }} {{ end }}