Live data from Hacker News

Aren't AMP Caches committing copyright infringement?

ctrl.blog

21–30 of 100 posts

Re: Aren't AMP Caches committing copyright infringement?

#21
post #19

Earlier quoted context omitted.

Yup, feeding AMP to consumers is a lot different than, say, https://outline.com/ which is straight up copyright infringement.

If that is copyright infringement then so is Google Chrome. Outline is a browser in a browser. If it were accessing unauthorised content in a shady way I would say they have a leg to stand on, but serving up content to Google different from what it serves to the user is already borderline illegal for a variety of reasons. (It's a misrepresentation) I don't think anyone is wanting to go down that road. Remember with t…

> serving up content to Google different from what it serves to the user is already borderline illegal for a variety of reasons

This is called spoofing. Google doesn’t like it because it makes for a bad user experience, but it is certainly not illegal (or even borderline).

I think the legal argument you’re trying to make died with the Aereo supreme court decision. The ”outline is a browser in a browser” statement is cute but it doesn’t pass the duck test.

Re: Aren't AMP Caches committing copyright infringement?

#22
post #15
post #5

Any communications channel transmitting data is committing copyright infringement. It’s not like the source bit is deleted once received at the destination. That’s how the internet works.

Copyright law is more complicated than that, but regardless OCILLA drastically reduced copyright liability for the pipes: https://en.wikipedia.org/wiki/Online_Copyright_Infringement_...

I was just taking the argument to its logically absurd conclusion. Of course, copyright law is more complicated than that.

Re: Aren't AMP Caches committing copyright infringement?

#23
post #4

But don’t you have to opt-in to AMP to begin with? Wouldn’t there be some sort of implicit permission in providing the AMP formatted content to begin with?

You can deploy and AMP page, and set a meta header that announces it exists. This is not an explicit opting in to Google's AMP cache though. That's what the author means by implicit license.

Re: Aren't AMP Caches committing copyright infringement?

#24
post #20

Earlier quoted context omitted.

What if outline.com simply did a GET request on the source from the browser, stripped out paywalls and ads and served the content from the source server. Is that still copyright infringement?

Because this is disallowed by CORS/single origin policy

I think the OP stated a "what if", ie "What if CORS didn't exist?" I also think you could argue "What if outline loaded articles in an iframe?" (and at the same time "what if same-origin policy wasn't a thing?") If it was technologically possible, would it be infringing?

Re: Aren't AMP Caches committing copyright infringement?

#25
post #20

Earlier quoted context omitted.

What if outline.com simply did a GET request on the source from the browser, stripped out paywalls and ads and served the content from the source server. Is that still copyright infringement?

Because this is disallowed by CORS/single origin policy

CORS is just a security feature, it does not imply anything about copyright or terms of use.

Re: Aren't AMP Caches committing copyright infringement?

#26

Earlier quoted context omitted.

Yup, feeding AMP to consumers is a lot different than, say, https://outline.com/ which is straight up copyright infringement.

What if outline.com simply did a GET request on the source from the browser, stripped out paywalls and ads and served the content from the source server. Is that still copyright infringement?

That sounds like Reader View. I don’t think copyright law requires rendering the entire webpage exactly as the server requests.

Re: Aren't AMP Caches committing copyright infringement?

#28
post #20

Earlier quoted context omitted.

What if outline.com simply did a GET request on the source from the browser, stripped out paywalls and ads and served the content from the source server. Is that still copyright infringement?

Because this is disallowed by CORS/single origin policy

CORS is really just a security for embeded pages and elements. It's not intended and cannot enforce usage restrictions/rights since it requires the client (browesr) to honor the setting. If I wget a page and strip the text from it, I'm not embeding the page in any manner so CORS is irrelevant. The current 'aggrement' for respecting copyright (wether it would hold up in court even with a TOS is beyond my knowledge) is robots.txt which, I'll admit is pretty dated and a very poor solution for dynamic pages and still requires client .

The best solution for copyright/paywall enforcement is to roll your own. If the request doesn't have the required cookie to access the full article, don't respond with the full page. This works very well for dealing with sites such as outline.com .

Sites like outline.com would be really interesting/usefull if they allowed you to upload your login cookies so that they could get paywalled articles and still strip the ads.

Re: Aren't AMP Caches committing copyright infringement?

#29
post #20

Earlier quoted context omitted.

What if outline.com simply did a GET request on the source from the browser, stripped out paywalls and ads and served the content from the source server. Is that still copyright infringement?

Because this is disallowed by CORS/single origin policy

[deleted]

Re: Aren't AMP Caches committing copyright infringement?

#30
post #26

Earlier quoted context omitted.

What if outline.com simply did a GET request on the source from the browser, stripped out paywalls and ads and served the content from the source server. Is that still copyright infringement?

That sounds like Reader View. I don’t think copyright law requires rendering the entire webpage exactly as the server requests.

I see no difference between visiting a webpage with a browser or through a program which modifies the content prior to delivery. That's exactly what any a browser plugin does.
Post reply on HN