Skip to content

Commit c9108c1

Browse files
authored
Merge pull request #22 from graphprotocol/mde/remove-forbidden-api-ens
chore: remove ENS from forbidden api list
2 parents f951ae4 + efe48f0 commit c9108c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

availability-oracle/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ impl Display for Valid {
356356
}
357357
}
358358

359-
const FORBIDDEN_HOST_FN_PREFIX: &[&str; 2] = &["ipfs", "ens"];
359+
const FORBIDDEN_HOST_FN_PREFIX: &[&str; 1] = &["ipfs"];
360360

361361
enum Invalid {
362362
BadCid(String),

0 commit comments

Comments
 (0)