DEV Community

Discussion on: How to disable Angular's build-in sanitization for an URL

Collapse
 
ikatsuba profile image
Igor Katsuba

Sorry, but this article should be titled "How to disable Angular's build-in sanitization".

Calling any of the bypassSecurityTrust... APIs disables Angular's built-in sanitization for the value passed in.

Collapse
 
ama profile image
Adrian Matei

Thanks for the tip, it makes sense