Skip to content

Commit 9a3e39e

Browse files
committed
docs(security): add info for csp
1 parent 65c38d3 commit 9a3e39e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

getting-started/work-with-controls/security.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ In this article you will find out useful tips and resources on how to tighten th
1414

1515

1616

17-
## RadAsyncUpload security
17+
## AsyncUpload security
1818

1919
* [Security]({%slug asyncupload-security%}) - This article explains how to ensure information about the RadAsyncUpload configuration is secure and non-readable. Its transmission between the client and the server must be encrypted and impossible to decode, so the data cannot be used by a malicious entity in an attack against the server.
2020

2121
Also, go through the [FAQ section]({%slug asyncupload-security%}#frequently-asked-questions) where you can find useful information and tips for the AsyncUpload security.
2222

23-
## RadClouUpload security
23+
## ClouUpload security
2424

2525
* [Security]({%slug cloudupload-security%}) - See how to ensure information about the RadCloudUpload configuration is secure and non-readable.
2626

27-
## RadEditor security
27+
## Editor security
2828

2929
* [Security]({%slug editor/security%}) - learn how to ensure information about the RadEditor configuration is secure and non-readable. Its transmission between the client and the server must be encrypted and impossible to decode, so the data cannot be used by a malicious entity in an attack against the server.
3030
* [Prevent Cross-site Scripting (XSS)]({%slug editor/managing-content/prevent-cross-site-scripting-(xss)%}) - see how to enable the anti-XSS mechanism of RadEditor.
3131

32-
## RadGrid security
32+
## Grid security
3333

3434
* [Security]({%slug grid/security%}) - this article addresses Security issues concerning the Telerik RadGrid.
3535

3636

37-
## RadFileExplorer security
37+
## FileExplorer security
3838

3939
* [Security]({%slug fileexplorer/security%}) - learn how to secure the user actions invoked through RadFileExplorer.
4040

41-
## RadSpell security
41+
## Spell security
4242

4343
* [Security]({%slug spell/security%}) - the article shows how to ensure information about the RadSpell configuration is secure and non-readable
4444

@@ -65,6 +65,8 @@ The official recommendation by Microsoft is to upgrade to at least .NET 4.8 as n
6565

6666
* Perform regular upgrades to the latest Telerik UI for ASP.NET AJAX version since this will ensure security, stability and support for the latest modern browsers. You can find upgrade instructions [here]({%slug introduction/installation/upgrading-instructions/upgrading-a-trial-to-a-developer-license-or-to-a-newer-version%}).
6767

68+
* [Content Security Policy Mode]({%slug general-information/content-security-policy%}) - see how to configure the Telerik ASP.NET AJAX controls under CSP mode.
69+
6870
* You can find more tips in the following blog post [First 5 Tips for Building Secure (Web) Apps](https://www.telerik.com/blogs/first-5-tips-for-building-secure-web-apps).
6971

7072

0 commit comments

Comments
 (0)