Looks like Bug 1765128 is the only remains failure and it is tracked there. We require `preload=anonymous` to and show CORS error in devtools if it is missing. In [preload](https://html.spec.whatwg.org/multipage/links.html#link-type-preload) there is nothing telling us to assume mode="cors". Different from [modulepreload](https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload). So I think we can close this bug now.
Bug 1743764 Comment 8 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Looks like Bug 1765128 is the only remains failure and it is tracked there. We require mode `anonymous cors` to and show CORS error in devtools if it is missing. In [preload](https://html.spec.whatwg.org/multipage/links.html#link-type-preload) there is nothing telling us to assume mode="cors". Different from [modulepreload](https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload). So I think we can close this bug now.