You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COMPACT_DENYLIST_FORMAT.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,17 +402,6 @@ The BlockService should:
402
402
403
403
- Convert the CID to b58-encoded-multihash (that is CIDv0) and hash the CID string.
404
404
405
-
##### `/mime/MIMETYPE``/mime/*`
406
-
407
-
Blocks content detected to be of the given type. `/mime/*` blocks all the mimetypes and is meant to work with allow rules (all mimetypes blocked except specific ones).
408
-
409
-
Blocking layer recommendation: Unixfs
410
-
411
-
Our recommendation is that /mime/ rules automatically set IPFS clients into a
412
-
"unixfs only" mode where only unixfs (+raw blocks) are allowed at the
413
-
BlockService layer, and content type is checked at the Unixfs layer, as the
414
-
blocks get assembled into an actual files. That should cover gateway usage.
415
-
416
405
#### Allow (or negated) rules
417
406
418
407
Block items can be prepended by `!`, which means that items matching the rule are to be allowed rather than blocked.
0 commit comments