Skip to content

Commit

Permalink
chore: remove ENS from forbidden api list
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed May 8, 2024
1 parent f951ae4 commit efe48f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availability-oracle/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ impl Display for Valid {
}
}

const FORBIDDEN_HOST_FN_PREFIX: &[&str; 2] = &["ipfs", "ens"];
const FORBIDDEN_HOST_FN_PREFIX: &[&str; 1] = &["ipfs"];

enum Invalid {
BadCid(String),
Expand Down

0 comments on commit efe48f0

Please sign in to comment.