File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2688,11 +2688,11 @@ You can download the PDF and Epub version of this repository from the latest run
2688
2688
Below are the list of security principles in angular,
2689
2689
2690
2690
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.
2696
2696
2697
2697
**[⬆ Back to Top](#table-of-contents)**
2698
2698
You can’t perform that action at this time.
0 commit comments