Skip to content

Commit

Permalink
Merge pull request #22 from graphprotocol/mde/remove-forbidden-api-ens
Browse files Browse the repository at this point in the history
chore: remove ENS from forbidden api list
  • Loading branch information
Maikol authored May 8, 2024
2 parents f951ae4 + efe48f0 commit c9108c1
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 c9108c1

Please sign in to comment.