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