You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike data URLs, blob URLs are only references to the objects and contain no clues about the actual objects.
Therefore, it is not possible to sanitize them from just the URL strings.
In the current implementation of URL Sanitizer, blob URLs are disabled by default, but when enabled, URLs are simply passed as a no-op.
There has been some discussion about the specification of blob URLs.
Refs.
Unlike data URLs, blob URLs are only references to the objects and contain no clues about the actual objects.
Therefore, it is not possible to sanitize them from just the URL strings.
In the current implementation of URL Sanitizer, blob URLs are disabled by default
, but when enabled, URLs are simply passed as a no-op.There has been some discussion about the specification of blob URLs.
Refs.
Consider how to sanitize blob URLs according to these discussions.
The text was updated successfully, but these errors were encountered: