File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2678,21 +2678,21 @@ You can download the PDF and Epub version of this repository from the latest run
2678
2678
* TypeScript 3.7
2679
2679
* Ivy enabled by default
2680
2680
10. **Angular 10:**
2681
- * It is released in June 2020.
2682
- * TypeScript 3.9
2683
- * TSlib 2.0
2681
+ * It is released in June 2020.
2682
+ * TypeScript 3.9
2683
+ * TSlib 2.0
2684
2684
2685
2685
**[⬆ Back to Top](#table-of-contents)**
2686
2686
2687
2687
153. ### What are the security principles in angular?
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
- 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.
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.
2696
2696
2697
2697
**[⬆ Back to Top](#table-of-contents)**
2698
2698
You can’t perform that action at this time.
0 commit comments