Land release blocker fixes and workspace cleanup
This commit is contained in:
@@ -33,8 +33,8 @@ fn assert_localhost_llm_csp() {
|
||||
|
||||
let raw = std::fs::read_to_string(conf_path)
|
||||
.expect("build.rs: failed to read tauri.conf.json for CSP regression guard");
|
||||
let conf: serde_json::Value = serde_json::from_str(&raw)
|
||||
.expect("build.rs: tauri.conf.json is not valid JSON");
|
||||
let conf: serde_json::Value =
|
||||
serde_json::from_str(&raw).expect("build.rs: tauri.conf.json is not valid JSON");
|
||||
|
||||
let csp = conf
|
||||
.pointer("/app/security/csp")
|
||||
|
||||
Reference in New Issue
Block a user