You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/work-with-controls/security.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,31 +14,31 @@ In this article you will find out useful tips and resources on how to tighten th
14
14
15
15
16
16
17
-
## RadAsyncUpload security
17
+
## AsyncUpload security
18
18
19
19
*[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.
20
20
21
21
Also, go through the [FAQ section]({%slug asyncupload-security%}#frequently-asked-questions) where you can find useful information and tips for the AsyncUpload security.
22
22
23
-
## RadClouUpload security
23
+
## ClouUpload security
24
24
25
25
*[Security]({%slug cloudupload-security%}) - See how to ensure information about the RadCloudUpload configuration is secure and non-readable.
26
26
27
-
## RadEditor security
27
+
## Editor security
28
28
29
29
*[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.
30
30
*[Prevent Cross-site Scripting (XSS)]({%slug editor/managing-content/prevent-cross-site-scripting-(xss)%}) - see how to enable the anti-XSS mechanism of RadEditor.
31
31
32
-
## RadGrid security
32
+
## Grid security
33
33
34
34
*[Security]({%slug grid/security%}) - this article addresses Security issues concerning the Telerik RadGrid.
35
35
36
36
37
-
## RadFileExplorer security
37
+
## FileExplorer security
38
38
39
39
*[Security]({%slug fileexplorer/security%}) - learn how to secure the user actions invoked through RadFileExplorer.
40
40
41
-
## RadSpell security
41
+
## Spell security
42
42
43
43
*[Security]({%slug spell/security%}) - the article shows how to ensure information about the RadSpell configuration is secure and non-readable
44
44
@@ -65,6 +65,8 @@ The official recommendation by Microsoft is to upgrade to at least .NET 4.8 as n
65
65
66
66
* 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%}).
67
67
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
+
68
70
* 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).
0 commit comments