mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: change xss doc url to angular new documentation (#59915)
PR Close #59915
This commit is contained in:
parent
f9b6bf91be
commit
e98facebac
2 changed files with 3 additions and 1 deletions
|
|
@ -18,4 +18,5 @@ export const ERROR_DETAILS_PAGE_BASE_URL = 'https://angular.dev/errors';
|
|||
/**
|
||||
* URL for the XSS security documentation.
|
||||
*/
|
||||
export const XSS_SECURITY_URL = 'https://g.co/ng/security#xss';
|
||||
export const XSS_SECURITY_URL =
|
||||
'https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss';
|
||||
|
|
|
|||
|
|
@ -251,6 +251,7 @@
|
|||
"ViewEncapsulation",
|
||||
"ViewEngineTemplateRef",
|
||||
"ViewRef",
|
||||
"XSS_SECURITY_URL",
|
||||
"ZONELESS_ENABLED",
|
||||
"ZONELESS_SCHEDULER_DISABLED",
|
||||
"ZoneAwareEffectScheduler",
|
||||
|
|
|
|||
Loading…
Reference in a new issue