Skip to content

Commit dcc1a61

Browse files
AlirezaEbrahimkhaniAndrewKushnir
authored andcommitted
docs: change xss doc url to angular new documentation (angular#59915)
PR Close angular#59915
1 parent 8be6e38 commit dcc1a61

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/core/src/error_details_base_url.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ export const ERROR_DETAILS_PAGE_BASE_URL = 'https://angular.dev/errors';
1818
/**
1919
* URL for the XSS security documentation.
2020
*/
21-
export const XSS_SECURITY_URL = 'https://g.co/ng/security#xss';
21+
export const XSS_SECURITY_URL =
22+
'https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss';

packages/core/test/bundling/router/bundle.golden_symbols.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
"ViewEncapsulation",
251251
"ViewEngineTemplateRef",
252252
"ViewRef",
253+
"XSS_SECURITY_URL",
253254
"ZONELESS_ENABLED",
254255
"ZONELESS_SCHEDULER_DISABLED",
255256
"ZoneAwareEffectScheduler",

0 commit comments

Comments
 (0)