[Webkit-unassigned] [Bug 255524] REGRESSION (Safari 16.4): Safari sometimes doesn't send cookies for assets requests and javascript fetch requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 5 02:20:17 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255524

--- Comment #44 from Karl Dubost <karlcow at apple.com> ---
I wanted to test using the instruction in Comment #15 

mkdir bug-255524 
cd bug-255524
python3 -m venv env
source env/bin/activate
which python
# returns ~/bug-255524/env/bin/python
python3 -V
# Python 3.9.6
pip install apache-airflow
# Here you can go fetch a cafe. :p
# …
# …
airflow webserver



No Luck. 

# ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 3.3.6. See: https://github.com/urllib3/urllib3/issues/2168
This affects WPT too. 
https://github.com/web-platform-tests/wpt/issues/40188


I need to find another way to test this issue. 
Or if someone can provide a minimal code configuration for reproducing the issue that would be great.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230605/4b61dde8/attachment.htm>


More information about the webkit-unassigned mailing list