Bug 250540 - Rename Image::hasSingleSecurityOrigin to Image::wouldTaintOrigin
Summary: Rename Image::hasSingleSecurityOrigin to Image::wouldTaintOrigin
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-12 20:18 PST by Matt Woodrow
Modified: 2023-01-16 17:27 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 2023-01-12 20:18:17 PST
The only interesting implementation of this (SVGImage) is not related to multiple origins (or CORS at all), but instead to SVG foreign object possibly tainting the <canvas> in a different way (by drawing visited colours, spellcheck etc).
Comment 1 Matt Woodrow 2023-01-12 20:18:35 PST
<rdar://102738351>
Comment 2 Matt Woodrow 2023-01-12 20:24:06 PST
Pull request: https://github.com/WebKit/WebKit/pull/8602
Comment 3 EWS 2023-01-16 17:27:05 PST
Committed 258969@main (5cfdacb9f77c): <https://commits.webkit.org/258969@main>

Reviewed commits have been landed. Closing PR #8602 and removing active labels.