From 5ab83ec5b3479f0a9fcb52876991386916ffd249 Mon Sep 17 00:00:00 2001 From: Dzhavat Ushev Date: Wed, 27 Mar 2024 22:57:01 +0100 Subject: [PATCH] Update link in Security docs (#6877) Co-authored-by: Thomas Norling --- lib/msal-angular/docs/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/msal-angular/docs/security.md b/lib/msal-angular/docs/security.md index 9b0a1eb8d8..a58b377423 100644 --- a/lib/msal-angular/docs/security.md +++ b/lib/msal-angular/docs/security.md @@ -1,4 +1,4 @@ # Security -Tokens are accessible from Javascript since MSAL is using HTML5 storage. Default storage option is sessionStorage, which keeps the tokens per session. You should ask user to login again for important operations on your app. -You should protect your site for XSS. Please check the article here: [https://www.owasp.org/index.php/XSS\_(Cross_Site_Scripting)\_Prevention_Cheat_Sheet]() \ No newline at end of file +Tokens are accessible from JavaScript since MSAL is using HTML5 storage. Default storage option is `sessionStorage`, which keeps the tokens per session. You should ask user to login again for important operations on your app. +You should protect your site for XSS. Please check the article here: [Cross Site Scripting Prevention Cheat Sheet]()