Confirmed on iOS 18.0 (22A55346a)
Thi code executed in the background scope ("cookie" permission is enabled in the manifest):
> await chrome.cookies.getAll({url: 'https://www.apple.com'})
< []
Meantime, I've executed a command in the content scope on https://www.apple.com:
> document.cookie.split(/;\s?/)
< 0 "as_dc=ucp6"
1 "mbox=session#b6e888e3d25a447494058..."
2 "s_vi=[CS]v1|33670C16F9B818C4-600015E..."
3 "at_check=true"
4 "geo=US"
5 "mk_epub=%7B%22btuid%22%3A%22mn038..."
6 "s_cc=true"
7 "s_fid=68F59610D97CF34A-21EA35105ABE..."
Topic:
Safari & Web
SubTopic:
General
Tags: