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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
We should enumerate the ways the Angular template can be generated.
Reflecting it from the server response is the most popular way, but there are XSS bugs using other compilation sinks in e.g. directives that are not obvious (e.g. $compile(userControlled) and $eval(userControlled).
The text was updated successfully, but these errors were encountered:
Narretz
changed the title
docs(guide/security) add more info about template access
docs(guide/security) add more info about template generation
Aug 17, 2016
We should enumerate the ways the Angular template can be generated.
Reflecting it from the server response is the most popular way, but there are XSS bugs using other compilation sinks in e.g. directives that are not obvious (e.g. $compile(userControlled) and $eval(userControlled).
The text was updated successfully, but these errors were encountered: