Skip to content

Commit 910c0be

Browse files
Change formatting for security principles question
1 parent 26a74a2 commit 910c0be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,11 +2688,11 @@ You can download the PDF and Epub version of this repository from the latest run
26882688
Below are the list of security principles in angular,
26892689
26902690
1. You should avoid direct use of the DOM APIs.
2691-
1. You should enable Content Security Policy (CSP) and configure your web server to return appropriate CSP HTTP headers.
2692-
2. You should Use the offline template compiler.
2693-
3. You should Use Server Side XSS protection.
2694-
4. You should Use DOM Sanitizer.
2695-
5. You should Preventing CSRF or XSRF attacks.
2691+
2. You should enable Content Security Policy (CSP) and configure your web server to return appropriate CSP HTTP headers.
2692+
3. You should Use the offline template compiler.
2693+
4. You should Use Server Side XSS protection.
2694+
5. You should Use DOM Sanitizer.
2695+
6. You should Preventing CSRF or XSRF attacks.
26962696
26972697
**[⬆ Back to Top](#table-of-contents)**
26982698

0 commit comments

Comments
 (0)