diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-12-14 15:53:45 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-14 15:53:45 -0500 |
| commit | b10eaf284034de9151c4b9e0a329ff115a2dd4da (patch) | |
| tree | 8306c38618cc9189eba20955f5385ce5181a0410 | |
| parent | 46bdb248a5b169711fe01fe88cfc8d3ed9770764 (diff) | |
remove SecurityException special case for sockets
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 712e424b..269e03fc 100644 --- a/static/releases.html +++ b/static/releases.html @@ -509,6 +509,7 @@ <ul> <li>Vanadium: update Chromium base to 96.0.4664.104</li> <li>skip reporting network connectivity to the OS from apps with the Network (INTERNET) permission revoked to avoid triggering a SecurityException</li> + <li>remove special case of throwing SecurityException for socket errors caused by EACCES/EPERM as a debugging aid since it causes compatibility issues when the Network (INTERNET) permission is revoked</li> </ul> </article> --> |
