mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9b0fd078aa
Validation for `data:` urls is obsolete now that modern browsers ([Firefox as of v57+](https://blog.mozilla.org/security/2017/10/04/treating-data-urls-unique-origins-firefox-57)) don't treat `data:` urls as same-origin resources. Googlers can see internal change cl/363609175 for additional context. PR Close #45860