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 4cfa7bc commit 45054aaCopy full SHA for 45054aa
dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs
@@ -221,7 +221,7 @@ public void ConfigureServices(IServiceCollection services)
221
services.AddAntiforgery(options =>
222
{
223
options.HeaderName = HttpHeader.X_CSRF_TOKEN_HEADER;
224
- options.SuppressXFrameOptionsHeader = false;
+ options.SuppressXFrameOptionsHeader = true;
225
});
226
}
227
services.AddDirectoryBrowser();
0 commit comments