The Wayback Machine - https://web.archive.org/web/20241217191117/https://angular.dev/api/core/SecurityContext
    • Overview
@angular/core

SecurityContext

enum

A SecurityContext marks a location that has dangerous security implications, e.g. a DOM property like innerHTML that could cause Cross Site Scripting (XSS) security bugs when improperly handled.

  
    enum SecurityContext {}
  
  

NONE

HTML

STYLE

SCRIPT

URL

RESOURCE_URL

Jump to details
HTTPS · web.archive.org
← Home