File tree Expand file tree Collapse file tree 5 files changed +2
-9
lines changed
Expand file tree Collapse file tree 5 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 99 "single-trailing-newline" : false ,
1010 "link-fragments" : false ,
1111 "line-length" : false ,
12- "blanks-around-fences" : false
12+ "blanks-around-fences" : false ,
13+ "no-inline-html" : false
1314}
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ modified by the IPIP.
9797
9898</details >
9999
100-
101100### Long-term plan
102101
103102[ Specs Stewards] will adjust the process based on usage patterns.
Original file line number Diff line number Diff line change @@ -176,10 +176,6 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public
176176[ DAG-JSON ] : https://ipld.io/docs/codecs/known/dag-json/
177177[ DAG-CBOR ] : https://ipld.io/docs/codecs/known/dag-cbor/
178178[ CAR ] : https://ipld.io/specs/transport/car/
179- [ ipfs/in-web-browsers/issues/182 ] : https://github.com/ipfs/in-web-browsers/issues/182
180- [ ipfs/specs/pull/328 ] : https://github.com/ipfs/specs/pull/328
181- [ ipfs/kubo/issues/8823 ] : https://github.com/ipfs/kubo/issues/8823
182- [ ipfs/kubo/pull/9335 ] : https://github.com/ipfs/kubo/pull/9335
183179[ ipfs/go-ipfs/issues/7552 ] : https://github.com/ipfs/go-ipfs/issues/7552
184180[ f-dag-pb ] : https://dweb.link/ipfs/bafybeiegxwlgmoh2cny7qlolykdf7aq7g6dlommarldrbm7c4hbckhfcke
185181[ f-dag-pb-json ] : https://dweb.link/ipfs/bafkreidmwhhm6myajxlpu7kofe3aqwf4ezxxn46cp5fko7mb6x74g4k5nm
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ retrieval of IPNS records over HTTP as [application/vnd.ipfs.ipns-record](https:
5555This IPIP got ratified before
5656[ gateway-conformance] ( https://github.com/ipfs/gateway-conformance ) existed.
5757
58-
5958The [ reference implementation in Kubo 0.19] ( https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.19.md#signed-ipns-record-response-format )
6059provides reusable [ assertions] ( https://github.com/ipfs/kubo/blob/v0.19.2/test/sharness/t0124-gateway-ipns-record.sh ) .
6160
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ using the `_redirects` file:
5454- ` http://example-org.ipns.{gateway}/correct/path ` as defined in
5555 ` _redirects ` file
5656
57-
5857## Detailed design
5958
6059This IPIP suggests the following resolution steps for DNSLink names, CIDs
@@ -154,7 +153,6 @@ Requesting an existing resource on the Path Gateway URL in `kubo` already
154153returns a 301 redirect: client expectation is for the behavior to be the same
155154for invalid paths.
156155
157-
158156### Security
159157
160158Security should not be compromised as the resource is not delivered from the
You can’t perform that action at this time.
0 commit comments