A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
These are the settings we have applied in our projects too (the 6 first entries).
To remove the asp.net version header we've used the httpRuntime elements attribue: enableVersionHeader="false"
And to remove asp.net mvc version we've used the: MvcHandler.DisableMvcResponseHeader = true; (in global.asax.cs Application_Start)
Something to add to the Alloy MVC demo and the new Episerver project template.