feat(http): add dangerous settings / disable ssl verification - issue #518 (#2204)

This commit is contained in:
DiamondDrake
2025-01-21 19:23:37 -05:00
committed by GitHub
parent ce11079f19
commit 105136494c
6 changed files with 62 additions and 2 deletions
+2
View File
@@ -41,6 +41,8 @@ pub enum Error {
Tauri(#[from] tauri::Error),
#[error(transparent)]
Utf8(#[from] std::string::FromUtf8Error),
#[error("dangerous settings used but are not enabled")]
DangerousSettings,
}
impl Serialize for Error {