docs: change xss doc url to angular new documentation (#59915)

PR Close #59915
This commit is contained in:
AlirezaEbrahimkhani 2025-02-11 18:18:19 +03:30 committed by Andrew Kushnir
parent f9b6bf91be
commit e98facebac
2 changed files with 3 additions and 1 deletions

View file

@ -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';

View file

@ -251,6 +251,7 @@
"ViewEncapsulation",
"ViewEngineTemplateRef",
"ViewRef",
"XSS_SECURITY_URL",
"ZONELESS_ENABLED",
"ZONELESS_SCHEDULER_DISABLED",
"ZoneAwareEffectScheduler",