Skip to content

Commit fea75cf

Browse files
SuppressXFrameOptionsHeader is false.
1 parent 962d16d commit fea75cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ public void ConfigureServices(IServiceCollection services)
236236
{
237237
options.HeaderName = HttpHeader.X_GXCSRF_TOKEN;
238238
options.Cookie.Name = HttpHeader.X_GXCSRF_TOKEN;
239+
options.SuppressXFrameOptionsHeader = false;
239240
});
240241
}
241242
DefineCorsPolicy(services);

0 commit comments

Comments
 (0)