We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09d826 commit 7942fecCopy full SHA for 7942fec
dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs
@@ -220,7 +220,7 @@ public void ConfigureServices(IServiceCollection services)
220
services.AddAntiforgery(options =>
221
{
222
options.HeaderName = HttpHeader.X_CSRF_TOKEN_HEADER;
223
- options.SuppressXFrameOptionsHeader = false;
+ options.SuppressXFrameOptionsHeader = true;
224
});
225
}
226
services.AddDirectoryBrowser();
0 commit comments