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 a47cb0e commit 46bdd74Copy full SHA for 46bdd74
README.md
@@ -409,10 +409,10 @@ public void Configure(IApplicationBuilder app)
409
builder.AddFrameAncestors() // frame-ancestors 'none'
410
.None();
411
412
- builder.AddBaseUri() // base-ri 'self'
+ builder.AddBaseUri() // base-uri 'self'
413
.Self();
414
415
- builder.AddFrameSource() // frame-src http://testUrl.com
+ builder.AddFrameSrc() // frame-src http://testUrl.com
416
.From("http://testUrl.com");
417
418
// You can also add arbitrary extra directives: plugin-types application/x-shockwave-flash"
0 commit comments