btcpayserver/BTCPayServer/Plugins
d11n 23761eacc1
Unset X-Frame-Options header correctly (#4721)
* 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>
2023-03-01 15:27:18 +09:00
..
Crowdfund Unset X-Frame-Options header correctly (#4721) 2023-03-01 15:27:18 +09:00
NFC Cleanups and unified wording 2023-02-22 11:20:50 +01:00
PayButton Improve email settings validation and UX (#3891) 2022-06-23 13:41:52 +09:00
PointOfSale Unset X-Frame-Options header correctly (#4721) 2023-03-01 15:27:18 +09:00
Shopify Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
BTCPayServerPlugin.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
PluginBuilderClient.cs show all plugins regardless of version (#4717) 2023-02-28 12:16:33 +01:00
PluginHookService.cs Plugins flexibility PR (#2129) 2021-01-07 14:49:53 +01:00
PluginManager.cs Make NFC built in (#4541) 2023-02-08 15:47:38 +09:00
PluginService.cs show all plugins regardless of version (#4717) 2023-02-28 12:16:33 +01:00