mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
23761eacc1
* Unset X-Frame-Options header correctly According to the [spec](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) there are onlye the `DENY` and `SAMEORIGIN` options, `ALLOW-FROM` being deprecated. Hence we have to actively unset the header, as we made `DENY` the default. This also unsets the X-Frame-Options header for the public form pages, which fixes #4666. * Ignore anti forgery token in Forms --------- Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com> |
||
---|---|---|
.. | ||
CheatModeRouteAttribute.cs | ||
ContentSecurityPolicyAttribute.cs | ||
DomainMappingConstraintAttribute.cs | ||
ExperimentalRouteAttribute.cs | ||
JsonHttpExceptionFilter.cs | ||
JsonObjectExceptionFilter.cs | ||
OnlyIfSupportAttribute.cs | ||
OnlyMediaTypeAttribute.cs | ||
ReferrerPolicyAttribute.cs | ||
XContentTypeOptionsAttribute.cs | ||
XFrameOptionsAttribute.cs | ||
XXSSProtectionAttribute.cs |