Remove Preferences::network_tls_ignore_unexpected_eof (#35080)

This workaround was introduced to handle an issue with the WPT server,
but it seems that it is no longer needed. This change removes the
prefernce and the workarond code.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2025-01-20 14:07:54 +01:00 committed by GitHub
parent 9ceb957dd8
commit 2965b2fda7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 13 deletions

View file

@ -1,5 +1,4 @@
{
"dom_webxr_test": true,
"gfx_text_antialiasing_enabled": false,
"network_tls_ignore_unexpected_eof": true
"gfx_text_antialiasing_enabled": false
}