WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
277571
Try calling internals.markContextAsInsecure for not HTTPS WPT tests when run from localhost
https://bugs.webkit.org/show_bug.cgi?id=277571
Summary
Try calling internals.markContextAsInsecure for not HTTPS WPT tests when run ...
Sam Sneddon [:gsnedders]
Reported
2024-08-02 15:40:28 PDT
Prior to
bug 261038
being resolved, we're still running tests on localhost on the Apple ports. However, localhost is a special case hostname and we should be running them from an insecure context. This causes some bogus failures (and differences between Apple and other ports). We should try just calling internals.markContextAsInsecure() in this case in testharnessreport.js which should improve the situation for testharness.js tests at least (and reftests are probably less likely to be impacted by secure contexts).
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-08-02 15:40:37 PDT
<
rdar://problem/133092809
>
Sam Sneddon [:gsnedders]
Comment 2
2024-08-02 18:40:29 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/31685
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug