mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 08:04:26 +01:00
remove xframe
This commit is contained in:
@@ -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