Skip to content

Commit a20f561

Browse files
committed
docs(security): fix incorrect slug
1 parent f4f21dc commit a20f561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Useful Tips
33
page_title: Useful Tips
44
description: "Learn more about how to secure the Telerik UI for ASP.NET AJAX controls and your ASP.NET Web Forms app."
5-
slug: security/security
5+
slug: general-information/security
66
previous_url: getting-started/work-with-controls/security
77
tags: telerik, asp, net, ajax, security, microsoft
88
published: True
@@ -31,7 +31,7 @@ These tips apply across many Telerik controls and help secure your application h
3131
<pages viewStateEncryptionMode="Always" enableViewStateMac="true">
3232
````
3333

34-
The official recommendation by Microsoft is to upgrade to at least .NET 4.8 as noted at [.NET Release history](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet-framework). You can find more useful information at [Cryptographic Improvements in ASP.NET 4.5, pt. 2](https://devblogs.microsoft.com/dotnet/cryptographic-improvements-in-asp-net-4-5-pt-2/) and .
34+
The official recommendation by Microsoft is to upgrade to at least .NET 4.8 as noted at [.NET Release history](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet-framework). You can find more useful information at [Cryptographic Improvements in ASP.NET 4.5, pt. 2](https://devblogs.microsoft.com/dotnet/cryptographic-improvements-in-asp-net-4-5-pt-2/).
3535

3636
* **Encrypt Telerik WebResource Querystring**: For extra security, encrypt the Telerik WebResource querystring by enabling the `Telerik.ScriptManager.EnableHandlerEncryption` setting. This hides product version information in the page markup. Follow the steps here: [Encrypt Telerik WebResource Querystring]({%slug scriptmanager/encrypt-telerik-webresource-querystring%}).
3737

0 commit comments

Comments
 (0)