diff mbox series

[FFmpeg-devel,1/2] doc/protocols: Remove third party server

Message ID 20221209152728.8298-1-derek.buitenhuis@gmail.com
State Accepted
Commit 27b5ce2805435f089cfde8d77e8b0aff0fc5f450
Headers show
Series [FFmpeg-devel,1/2] doc/protocols: Remove third party server | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Derek Buitenhuis Dec. 9, 2022, 3:27 p.m. UTC
We do not endorse or recommend specific third party servers or companies
that users' data will be funneled through.

It is also incorrectly describing how FFmpeg currently works.

Should have been part of 412922cc6fa790897ef6bb2be5d6f9a5f030754d but was
missed.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
---
 doc/protocols.texi | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Derek Buitenhuis Dec. 12, 2022, 3:31 p.m. UTC | #1
On 12/9/2022 3:27 PM, Derek Buitenhuis wrote:
> ---
>  doc/protocols.texi | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)

I will push these two later today if there are no objections.

- Derek
diff mbox series

Patch

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 5e9198e67c..b9c9485646 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -622,9 +622,6 @@  This protocol wraps the IPFS native protocols (ipfs:// and ipns://) to be sent
 to such a gateway. Users can (and should) host their own node which means this
 protocol will use one's local gateway to access files on the IPFS network.
 
-If a user doesn't have a node of their own then the public gateway @code{https://dweb.link}
-is used by default.
-
 This protocol accepts the following options:
 
 @table @option
@@ -632,7 +629,7 @@  This protocol accepts the following options:
 @item gateway
 Defines the gateway to use. When not set, the protocol will first try
 locating the local gateway by looking at @code{$IPFS_GATEWAY}, @code{$IPFS_PATH}
-and @code{$HOME/.ipfs/}, in that order. If that fails @code{https://dweb.link} will be used.
+and @code{$HOME/.ipfs/}, in that order.
 
 @end table