diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-25 15:12:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-25 15:12:17 -0400 |
| commit | 36ae3f23d2333aad7b4917643ebf215467b4d9e8 (patch) | |
| tree | 055857582d2c7a1267aa96f6d918020ab5738577 /static | |
| parent | f468748775997d7eaf086bb75c9816685ac29ef2 (diff) | |
enable SYN cookies for older devices too
Diffstat (limited to 'static')
| -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 b39e98e3..e8945773 100644 --- a/static/releases.html +++ b/static/releases.html @@ -426,6 +426,7 @@ <li>Sandboxed Google Play compatibility layer: disable badge for foreground service notification by default</li> <li>hardened_malloc: update libdivide to 5.0.0</li> <li>Settings: drop support for showing nearby devices from Play since it can't function without Play having any special privileges</li> + <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL): improve support for hosting servers by enabling SYN cookies for denial of service resistance like newer generation devices</li> </ul> </article> --> |
