Re: [w3c/clipboard-apis] Make async clipboard APIs (read/write) to sanitize interoperably with setData/getData for text/html (#150)

@rniwa I don't think that is the issue here. Although Safari doesn't remove any meta, style etc tags from the custom pasteboard format which it creates during `setData`, and reads from the custom pasteboard format during `getData`. The standard HTML format has the sanitized version, but if a site is writing and reading via `DataTransfer` APIs then they get the unsanitized HTML content.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/150#issuecomment-885923104

Received on Friday, 23 July 2021 21:28:34 UTC