mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-19 00:24:25 +01:00
remove xframe
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<PropertyGroup>
|
||||
<Product>Wabisabi Coinjoin</Product>
|
||||
<Description>Allows you to integrate your btcpayserver store with coinjoins.</Description>
|
||||
<Version>1.0.19</Version>
|
||||
<Version>1.0.20</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Plugin development properties -->
|
||||
|
||||
@@ -256,7 +256,6 @@ namespace BTCPayServer.Plugins.Wabisabi
|
||||
return View(viewModel);
|
||||
}
|
||||
|
||||
[XFrameOptions(XFrameOptionsAttribute.XFrameOptions.SameOrigin)]
|
||||
[HttpGet("spend")]
|
||||
public async Task<IActionResult> Spend(string storeId)
|
||||
{
|
||||
@@ -268,7 +267,6 @@ namespace BTCPayServer.Plugins.Wabisabi
|
||||
return View(new SpendViewModel() { });
|
||||
}
|
||||
|
||||
[XFrameOptions(XFrameOptionsAttribute.XFrameOptions.SameOrigin)]
|
||||
[HttpPost("spend")]
|
||||
public async Task<IActionResult> Spend(string storeId, SpendViewModel spendViewModel, string command)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user