Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-28 Thread Michael Niedermayer
On Sat, Aug 27, 2022 at 09:05:06AM +0200, Tomas Härdin wrote: > ons 2022-08-24 klockan 22:54 +0200 skrev Michael Niedermayer: > > On Wed, Aug 24, 2022 at 06:35:04PM +0200, Tomas Härdin wrote: > > > But for some reason the notion > > > that the same applies to *all* parsers, including decoders and >

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-28 Thread Tomas Härdin
lör 2022-08-27 klockan 10:34 -0700 skrev Baptiste Coudurier: > On Aug 27, 2022, at 4:30 AM, Tomas Härdin wrote: > > > > lör 2022-08-27 klockan 09:53 +0200 skrev Paul B Mahol: > > > On Sat, Aug 27, 2022 at 9:30 AM Tomas Härdin > > > wrote: > > > > > > > ons 2022-08-24 klockan 23:03 +0200 skrev M

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-27 Thread Baptiste Coudurier
On Aug 27, 2022, at 4:30 AM, Tomas Härdin wrote: > > lör 2022-08-27 klockan 09:53 +0200 skrev Paul B Mahol: >> On Sat, Aug 27, 2022 at 9:30 AM Tomas Härdin >> wrote: >> >>> ons 2022-08-24 klockan 23:03 +0200 skrev Michael Niedermayer: Also we have regression tests, external libs make that

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-27 Thread Tomas Härdin
lör 2022-08-27 klockan 09:53 +0200 skrev Paul B Mahol: > On Sat, Aug 27, 2022 at 9:30 AM Tomas Härdin > wrote: > > > ons 2022-08-24 klockan 23:03 +0200 skrev Michael Niedermayer: > > > Also we have regression tests, external libs make that impossible > > > as the version of external libs can chan

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-27 Thread Paul B Mahol
On Sat, Aug 27, 2022 at 9:30 AM Tomas Härdin wrote: > ons 2022-08-24 klockan 23:03 +0200 skrev Michael Niedermayer: > > On Wed, Aug 24, 2022 at 06:35:04PM +0200, Tomas Härdin wrote: > > [...] > > > > > > This goes especially for formats like MXF, which I have made the > > > case > > > on here mul

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-27 Thread Tomas Härdin
ons 2022-08-24 klockan 23:03 +0200 skrev Michael Niedermayer: > On Wed, Aug 24, 2022 at 06:35:04PM +0200, Tomas Härdin wrote: > [...] > > > > This goes especially for formats like MXF, which I have made the > > case > > on here multiple times that we should not maintain our own decoder > > for, >

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-27 Thread Tomas Härdin
ons 2022-08-24 klockan 22:54 +0200 skrev Michael Niedermayer: > On Wed, Aug 24, 2022 at 06:35:04PM +0200, Tomas Härdin wrote: > > But for some reason the notion > > that the same applies to *all* parsers, including decoders and > > demuxers, this notion is hard to swallow. And similarly for > > enc

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-25 Thread Kieran Kunhya
> > You will never fit all the features of complex > > containers like MXF, MP4, TS (and for argument's sake XML) inside a > > generalised framework like FFmpeg. > > Maybe true but the reason is not that it cant be dont just that there are > features noone uses and noone needs. > I do know some vid

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-25 Thread Michael Niedermayer
On Wed, Aug 24, 2022 at 10:18:04PM +0100, Kieran Kunhya wrote: > > > > for libxml2 these problems are less likely to hit us as we likely never > > need a > > "new xml feature" but for a (de)muxer we quite likely will need the > > latests version on every platform. > > Also we have regression tests,

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-24 Thread Kieran Kunhya
> > for libxml2 these problems are less likely to hit us as we likely never > need a > "new xml feature" but for a (de)muxer we quite likely will need the > latests version on every platform. > Also we have regression tests, external libs make that impossible > as the version of external libs can c

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-24 Thread Michael Niedermayer
On Wed, Aug 24, 2022 at 06:35:04PM +0200, Tomas Härdin wrote: [...] > > This goes especially for formats like MXF, which I have made the case > on here multiple times that we should not maintain our own decoder for, > but rather pull in bmx. And everytime I have suggested this it has been > made cl

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-24 Thread Michael Niedermayer
On Wed, Aug 24, 2022 at 06:35:04PM +0200, Tomas Härdin wrote: > mån 2022-08-22 klockan 14:52 +0200 skrev Nicolas George: > > Tomas Härdin (12022-08-22): > > > I'd actually argue that in that case we should link a library that > > > implements IPFS, not split developer effort by trying to implement

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-24 Thread Tomas Härdin
mån 2022-08-22 klockan 14:52 +0200 skrev Nicolas George: > Tomas Härdin (12022-08-22): > > I'd actually argue that in that case we should link a library that > > implements IPFS, not split developer effort by trying to implement > > it > > ourselves. > > Is FFmpeg meant to be just a convenient set

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-23 Thread Nicolas George
Ronald S. Bultje (12022-08-23): > I think it usually comes down to a developer wanting to, you know, spend > time on it. Sure, it can be that. But not only. I have seen people, including Tomas himself, oppose code in favor of using a library. Regards, -- Nicolas George signature.asc Descrip

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-23 Thread Ronald S. Bultje
Hi, On Mon, Aug 22, 2022 at 5:52 AM Nicolas George wrote: > Tomas Härdin (12022-08-22): > > I'd actually argue that in that case we should link a library that > > implements IPFS, not split developer effort by trying to implement it > > ourselves. > > Is FFmpeg meant to be just a convenient set

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-22 Thread Nicolas George
Tomas Härdin (12022-08-22): > I'd actually argue that in that case we should link a library that > implements IPFS, not split developer effort by trying to implement it > ourselves. Is FFmpeg meant to be just a convenient set of wrappers for existing libraries, then? If not, what is your criterio

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-22 Thread Tomas Härdin
fre 2022-08-19 klockan 14:52 +0200 skrev Mark Gaiser: > > > I believe we went over this in detail during those patch rounds when > this > was brought up (by you?). > I didn't go back in the archives to find it, but some reasons that > come to > mind: > - just handing the mere edge cases would mak

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-19 Thread Mark Gaiser
On Fri, Aug 19, 2022 at 11:15 AM Tomas Härdin wrote: > tor 2022-08-18 klockan 16:31 +0200 skrev Michael Niedermayer: > > On Wed, Aug 17, 2022 at 05:03:56PM +0200, Tomas Härdin wrote: > > > tor 2022-08-11 klockan 19:35 +0200 skrev Timo Rothenpieler: > > > > On 11.08.2022 19:21, Mark Gaiser wrote:

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-19 Thread Tomas Härdin
tor 2022-08-18 klockan 16:31 +0200 skrev Michael Niedermayer: > On Wed, Aug 17, 2022 at 05:03:56PM +0200, Tomas Härdin wrote: > > tor 2022-08-11 klockan 19:35 +0200 skrev Timo Rothenpieler: > > > On 11.08.2022 19:21, Mark Gaiser wrote: > > > > > > > > Here's the conversation requesting this very f

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-18 Thread Michael Niedermayer
On Wed, Aug 17, 2022 at 05:03:56PM +0200, Tomas Härdin wrote: > tor 2022-08-11 klockan 19:35 +0200 skrev Timo Rothenpieler: > > On 11.08.2022 19:21, Mark Gaiser wrote: > > > > > > Here's the conversation requesting this very feature: > > > https://ffmpeg.org/pipermail/ffmpeg-devel/2022-March/29383

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-17 Thread Tomas Härdin
tor 2022-08-11 klockan 19:35 +0200 skrev Timo Rothenpieler: > On 11.08.2022 19:21, Mark Gaiser wrote: > > > > Here's the conversation requesting this very feature: > > https://ffmpeg.org/pipermail/ffmpeg-devel/2022-March/293835.html > > I generally agree with the points brought up there. > But my

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-16 Thread Michael Niedermayer
On Mon, Aug 15, 2022 at 11:47:53PM +0200, Michael Niedermayer wrote: [...] > If one was concerned that using a default gateway could be seen > as endorsment by us. Be concerned please about how FFmpeg looks > when its developers attack other projects on its official development IRC > channels. iv

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-15 Thread Mark Gaiser
On Mon, Aug 15, 2022 at 11:57 PM Nicolas George wrote: > Michael Niedermayer (12022-08-15): > > It says this now: > >"IPFS does not appear to be running.\n\n" > >"Installing IPFS locally is recommended to " > >"improve performance and re

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-15 Thread Nicolas George
Michael Niedermayer (12022-08-15): > It says this now: >"IPFS does not appear to be running.\n\n" >"Installing IPFS locally is recommended to " >"improve performance and reliability, " > That removes the gateway (because it cant be trusted

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-15 Thread Michael Niedermayer
On Mon, Aug 15, 2022 at 08:35:18PM +0100, Derek Buitenhuis wrote: > On 8/10/2022 11:27 PM, Derek Buitenhuis wrote: > > A gateway can see everything, and we should not be shipping a hardcoded > > default from a third party company; it's a security risk. > > > > Signed-off-by: Derek Buitenhuis > >

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-15 Thread James Almer
On 8/15/2022 4:35 PM, Derek Buitenhuis wrote: On 8/10/2022 11:27 PM, Derek Buitenhuis wrote: A gateway can see everything, and we should not be shipping a hardcoded default from a third party company; it's a security risk. Signed-off-by: Derek Buitenhuis --- libavformat/ipfsgateway.c | 11 ++

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-15 Thread Derek Buitenhuis
On 8/10/2022 11:27 PM, Derek Buitenhuis wrote: > A gateway can see everything, and we should not be shipping a hardcoded > default from a third party company; it's a security risk. > > Signed-off-by: Derek Buitenhuis > --- > libavformat/ipfsgateway.c | 11 --- > 1 file changed, 4 inserti

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-15 Thread Michael Niedermayer
On Wed, Aug 10, 2022 at 11:27:08PM +0100, Derek Buitenhuis wrote: > A gateway can see everything, and we should not be shipping a hardcoded > default from a third party company; it's a security risk. > > Signed-off-by: Derek Buitenhuis > --- > libavformat/ipfsgateway.c | 11 --- > 1 file

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-15 Thread Jean-Baptiste Kempf
Yo, On Mon, 15 Aug 2022, at 16:09, Nicolas George wrote: > As for what to do now, I suggest we approve Derek's patch removing the > default gateway, and discuss the rest after. I agree. This is the simplest for now, yes. What one can do, is suggest known examples of gateways in the error log m

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-15 Thread Nicolas George
Michael Niedermayer (12022-08-13): > what iam a bit "upset" about is that running a IPFS node is presented as > if that was more private than using a gateway. I do not think it was suggested that it was more private and/or secure. A more accurate and detailed statement of the issue is that both s

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-14 Thread Michael Niedermayer
On Sat, Aug 13, 2022 at 09:06:50PM +0200, Timo Rothenpieler wrote: > On 13.08.2022 18:29, Michael Niedermayer wrote: > > I fully support better IPFS support > > what iam a bit "upset" about is that running a IPFS node is presented as > > if that was more private than using a gateway. > > That's no

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-13 Thread Timo Rothenpieler
On 13.08.2022 18:29, Michael Niedermayer wrote: I fully support better IPFS support what iam a bit "upset" about is that running a IPFS node is presented as if that was more private than using a gateway. That's not what people are suggesting. The primary upset is about FFmpeg having hardcoded i

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-13 Thread Michael Niedermayer
On Fri, Aug 12, 2022 at 07:21:02PM +0200, Timo Rothenpieler wrote: > On 12.08.2022 19:18, Michael Niedermayer wrote: > > And i dont think removing IPFS support entirely from FFmpeg is a smart > > choice. > > I wouldn't at all be upset about having proper IPFS support in FFmpeg, > there's no argum

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Timo Rothenpieler
On 12.08.2022 19:18, Michael Niedermayer wrote: And i dont think removing IPFS support entirely from FFmpeg is a smart choice. I wouldn't at all be upset about having proper IPFS support in FFmpeg, there's no argument there. The issue is that this has very little to do with actual/native IPF

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Michael Niedermayer
On Fri, Aug 12, 2022 at 07:01:49PM +0200, Nicolas George wrote: > Michael Niedermayer (12022-08-12): > > Maybe thinking about http is the wrong mindset. Maybe DNS is a better analog > > > > to grab data from DNS you can implement a full DNS server which recursivly > > resolves the request starting

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Nicolas George
Michael Niedermayer (12022-08-12): > Maybe thinking about http is the wrong mindset. Maybe DNS is a better analog > > to grab data from DNS you can implement a full DNS server which recursivly > resolves the request starting from the root name servers (which it needs to > have > hardcoded in some

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Michael Niedermayer
On Fri, Aug 12, 2022 at 12:03:17AM +0200, Timo Rothenpieler wrote: > On 11.08.2022 22:18, Michael Niedermayer wrote: > > On Thu, Aug 11, 2022 at 07:56:04PM +0200, Mark Gaiser wrote: [...] > > > > > > This is just your - valued! - opinion, but still just 1. I insist on > > > waiting to hear from M

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Nicolas George
Derek Buitenhuis (12022-08-11): > I agree... we should never send a users data through *any* service they > haven't explicitly asked for. Ever. Regardless of who runs it and who > is deemed "trustworthy". Absolutely. And Kieran's simile with DNS is very good. It is not just a question of whether t

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Kieran Kunhya
On Fri, 12 Aug 2022 at 15:48, Derek Buitenhuis wrote: > On 8/12/2022 3:34 PM, Mark Gaiser wrote: > > Great opinion you 2, 0 constructiveness. > > That doesn't help at all. > > Your tone has been pretty rude in this whole thread. > > > Please try again in a constructive manner that convinces me of

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Derek Buitenhuis
On 8/12/2022 3:34 PM, Mark Gaiser wrote: > Great opinion you 2, 0 constructiveness. > That doesn't help at all. Your tone has been pretty rude in this whole thread. > Please try again in a constructive manner that convinces me of your > undoubtedly great arguments! You seem to be defining anythi

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Kieran Kunhya
> > Great opinion you 2, 0 constructiveness. > That doesn't help at all. > > Please try again in a constructive manner that convinces me of your > undoubtedly great arguments! > Please let me know what IPFS has to do with Interplanetary Communications. (hint: none). Kieran __

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Mark Gaiser
On Fri, Aug 12, 2022 at 4:30 PM Kieran Kunhya wrote: > On Fri, 12 Aug 2022 at 15:22, Vittorio Giovara > > wrote: > > > On Fri, Aug 12, 2022 at 12:51 AM Derek Buitenhuis < > > derek.buitenh...@gmail.com> wrote: > > > > > As it exists right now though, I don't really see why lavf needs what > > >

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Kieran Kunhya
On Fri, 12 Aug 2022 at 15:22, Vittorio Giovara wrote: > On Fri, Aug 12, 2022 at 12:51 AM Derek Buitenhuis < > derek.buitenh...@gmail.com> wrote: > > > As it exists right now though, I don't really see why lavf needs what > > amounts to a URL builder for a service as a "protocol" - this totally >

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Vittorio Giovara
On Fri, Aug 12, 2022 at 12:51 AM Derek Buitenhuis < derek.buitenh...@gmail.com> wrote: > As it exists right now though, I don't really see why lavf needs what > amounts to a URL builder for a service as a "protocol" - this totally > the wrong layer to do that at... > Agreed, this protocol should

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-12 Thread Mark Gaiser
On Fri, Aug 12, 2022 at 12:51 AM Derek Buitenhuis < derek.buitenh...@gmail.com> wrote: > On 8/11/2022 11:03 PM, Timo Rothenpieler wrote: > > Any kind of built in hardcoded server is not acceptable imo. > > Even with it pointing to our own infrastructure, we can't really > > guarantee its availabil

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Derek Buitenhuis
On 8/11/2022 11:03 PM, Timo Rothenpieler wrote: > Any kind of built in hardcoded server is not acceptable imo. > Even with it pointing to our own infrastructure, we can't really > guarantee its availability, specially should the protocol gain traction > and heavy use. I agree... we should never

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Timo Rothenpieler
On 11.08.2022 22:18, Michael Niedermayer wrote: On Thu, Aug 11, 2022 at 07:56:04PM +0200, Mark Gaiser wrote: On Thu, Aug 11, 2022 at 7:35 PM Timo Rothenpieler wrote: On 11.08.2022 19:21, Mark Gaiser wrote: On Thu, Aug 11, 2022 at 6:49 PM Timo Rothenpieler On 11.08.2022 18:26, Mark Gaiser wr

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Michael Niedermayer
On Thu, Aug 11, 2022 at 07:56:04PM +0200, Mark Gaiser wrote: > On Thu, Aug 11, 2022 at 7:35 PM Timo Rothenpieler > wrote: > > > On 11.08.2022 19:21, Mark Gaiser wrote: > > > On Thu, Aug 11, 2022 at 6:49 PM Timo Rothenpieler > > > > > wrote: > > > > > >> On 11.08.2022 18:26, Mark Gaiser wrote: >

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Derek Buitenhuis
On 8/11/2022 6:56 PM, Mark Gaiser wrote: > This is just your - valued! - opinion, but still just 1. I insist on > waiting to hear from Michael to hear a decision on this, mainly because he > was quite persistent in asking for this feature to begin with. > The risks were clear and - somewhat - ment

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Mark Gaiser
On Thu, Aug 11, 2022 at 7:35 PM Timo Rothenpieler wrote: > On 11.08.2022 19:21, Mark Gaiser wrote: > > On Thu, Aug 11, 2022 at 6:49 PM Timo Rothenpieler > > > wrote: > > > >> On 11.08.2022 18:26, Mark Gaiser wrote: > >>> Hi all, > >>> > >>> On the IPFS side we do have a solution for that with CA

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Timo Rothenpieler
On 11.08.2022 19:21, Mark Gaiser wrote: On Thu, Aug 11, 2022 at 6:49 PM Timo Rothenpieler wrote: On 11.08.2022 18:26, Mark Gaiser wrote: Hi all, On the IPFS side we do have a solution for that with CAR files, you can read more about that here [1]. Within the scope of this ipfs gateway protoc

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Mark Gaiser
On Thu, Aug 11, 2022 at 6:49 PM Timo Rothenpieler wrote: > On 11.08.2022 18:26, Mark Gaiser wrote: > > Hi all, > > > > On the IPFS side we do have a solution for that with CAR files, you can > > read more about that here [1]. > > Within the scope of this ipfs gateway protocol handler there isn't

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Timo Rothenpieler
On 11.08.2022 18:26, Mark Gaiser wrote: Hi all, On the IPFS side we do have a solution for that with CAR files, you can read more about that here [1]. Within the scope of this ipfs gateway protocol handler there isn't a solution yet to use CAR files, it is on our radar but still in the discussio

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Mark Gaiser
Hi all, On the IPFS side we do have a solution for that with CAR files, you can read more about that here [1]. Within the scope of this ipfs gateway protocol handler there isn't a solution yet to use CAR files, it is on our radar but still in the discussion phase. On the cURL side we had this sam

Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-11 Thread Timo Rothenpieler
On 11/08/2022 00:27, Derek Buitenhuis wrote: A gateway can see everything, and we should not be shipping a hardcoded default from a third party company; it's a security risk. Signed-off-by: Derek Buitenhuis --- libavformat/ipfsgateway.c | 11 --- 1 file changed, 4 insertions(+), 7 de

[FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway

2022-08-10 Thread Derek Buitenhuis
A gateway can see everything, and we should not be shipping a hardcoded default from a third party company; it's a security risk. Signed-off-by: Derek Buitenhuis --- libavformat/ipfsgateway.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/libavformat/ipfsgateway.