Skip to content

Commit

Permalink
Fix audit-content-security-policy binary (#4242)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Feb 28, 2025
1 parent 973e744 commit 23ca0ae
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions crates/audit-content-security-policy/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
use {colored::Colorize, reqwest::blocking::get, std::process};

const SERVERS: &[(&str, &str, &str)] = &[
(
"regtest.ordinals.net",
"/content/41bf99a297ca79d181160a91fc0efc8a71170ee24b87783c9c11b0fcbe23615fi0",
"https://regtest.ordinals.com/content/",
),
(
"regtest.ordinals.com",
"/content/41bf99a297ca79d181160a91fc0efc8a71170ee24b87783c9c11b0fcbe23615fi0",
"https://regtest.ordinals.com/content/",
),
(
"signet.ordinals.net",
"/content/7e1bc3b56b872aaf4d1aaf1565fac72182313c9142b207f9398afe263e234135i0",
Expand All @@ -21,16 +11,6 @@ const SERVERS: &[(&str, &str, &str)] = &[
"/content/7e1bc3b56b872aaf4d1aaf1565fac72182313c9142b207f9398afe263e234135i0",
"https://signet.ordinals.com/content/",
),
(
"testnet.ordinals.net",
"/content/0a1b4e4acf89686e4d012561014041bffd57a62254486f24cb5b0a216c04f102i0",
"https://testnet.ordinals.com/content/",
),
(
"testnet.ordinals.com",
"/content/0a1b4e4acf89686e4d012561014041bffd57a62254486f24cb5b0a216c04f102i0",
"https://testnet.ordinals.com/content/",
),
(
"alpha.ordinals.net",
"/content/6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0",
Expand Down

0 comments on commit 23ca0ae

Please sign in to comment.