Who is infringing copyright when hotlinking is involved? The Next CEO of Stack OverflowCopying HTML: copyright violation?Is it legal to download a website and display it on another that I own?How do sites like Imgur avoid Copyright infringement?Limitations of software development & scrapingDMCA and First Amendment: When can a commentator be compelled to reveal their method of content acquisition?Who is liable for copyright infringement in an “unofficial book” with copyrighted images, the publisher or the author?Is it illegal to remove a watermark?Is it illegal to download a watermarked image?Automated analysis of potentially illegal material using a web spiderGDPR and hotlinked images: are they allowed?
How should I support this large drywall patch?
How to make a variable always equal to the result of some calculations?
Won the lottery - how do I keep the money?
If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?
What flight has the highest ratio of time difference to flight time?
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Inappropriate reference requests from Journal reviewers
How to prepend a string to only the lines of text which are numbers
How do I go from 300 unfinished/half written blog posts, to published posts?
Skipping indices in a product
Is HostGator storing my password in plaintext?
Different harmonic changes implied by a simple descending scale
If a black hole is created from light, can this black hole then move at speed of light?
Received an invoice from my ex-employer billing me for training; how to handle?
Rotate a column
What does convergence in distribution "in the Gromov–Hausdorff" sense mean?
What happens if you roll doubles 3 times then land on "Go to jail?"
Would a galaxy be visible from outside, but nearby?
What does "Its cash flow is deeply negative" mean?
Elegant way to replace substring in a regex with optional groups in Python?
Cannot send `--` into tmux panes from vim
Science fiction short story involving a paper written by a schizophrenic
Can I equip Skullclamp on a creature I am sacrificing?
Is there a difference between "Fahrstuhl" and "Aufzug"
Who is infringing copyright when hotlinking is involved?
The Next CEO of Stack OverflowCopying HTML: copyright violation?Is it legal to download a website and display it on another that I own?How do sites like Imgur avoid Copyright infringement?Limitations of software development & scrapingDMCA and First Amendment: When can a commentator be compelled to reveal their method of content acquisition?Who is liable for copyright infringement in an “unofficial book” with copyrighted images, the publisher or the author?Is it illegal to remove a watermark?Is it illegal to download a watermarked image?Automated analysis of potentially illegal material using a web spiderGDPR and hotlinked images: are they allowed?
When a page at "Pirate Site" embeds images from "Example Site" by hotlinking, we have the following situation:
- Pirate Site isn't actually copying, storing, or manipulating anything. The pages only contain code with instructions that tell the browser to go fetch the images on Example Site. Example of code:
<img src="https://www.example.com/copyrighted-image.jpg"> - The visitor's browser automatically downloads the images from Example Site and displays them on Pirate Site. The visitor's browser is what is actually doing the work: going to get the image, downloading it, storing a local copy temporarily, and displaying it.
- The visitor will do all that automatically without even realizing it or meaning it, just by visiting Pirate Site, even if they landed on that site by mistake.
We apparently have a paradox where the real "pirate" (the owner of Pirate Site) isn't even touching any copyrighted data in any way, but on the other hand the one who is actually processing the copyrighted material (the visitor) cannot avoid it. To avoid infringement, the visitor would have to open the source code before the browser executes it, check all the code, check who the copyright holders are, and make sure no copyrighted material will be downloaded when the web page is opened. So the pirate isn't touching the data, and the visitor technically can't avoid breaking the law.
Does this paradox have a solution? Who is infringing the copyright here?
united-states copyright internet european-union
add a comment |
When a page at "Pirate Site" embeds images from "Example Site" by hotlinking, we have the following situation:
- Pirate Site isn't actually copying, storing, or manipulating anything. The pages only contain code with instructions that tell the browser to go fetch the images on Example Site. Example of code:
<img src="https://www.example.com/copyrighted-image.jpg"> - The visitor's browser automatically downloads the images from Example Site and displays them on Pirate Site. The visitor's browser is what is actually doing the work: going to get the image, downloading it, storing a local copy temporarily, and displaying it.
- The visitor will do all that automatically without even realizing it or meaning it, just by visiting Pirate Site, even if they landed on that site by mistake.
We apparently have a paradox where the real "pirate" (the owner of Pirate Site) isn't even touching any copyrighted data in any way, but on the other hand the one who is actually processing the copyrighted material (the visitor) cannot avoid it. To avoid infringement, the visitor would have to open the source code before the browser executes it, check all the code, check who the copyright holders are, and make sure no copyrighted material will be downloaded when the web page is opened. So the pirate isn't touching the data, and the visitor technically can't avoid breaking the law.
Does this paradox have a solution? Who is infringing the copyright here?
united-states copyright internet european-union
add a comment |
When a page at "Pirate Site" embeds images from "Example Site" by hotlinking, we have the following situation:
- Pirate Site isn't actually copying, storing, or manipulating anything. The pages only contain code with instructions that tell the browser to go fetch the images on Example Site. Example of code:
<img src="https://www.example.com/copyrighted-image.jpg"> - The visitor's browser automatically downloads the images from Example Site and displays them on Pirate Site. The visitor's browser is what is actually doing the work: going to get the image, downloading it, storing a local copy temporarily, and displaying it.
- The visitor will do all that automatically without even realizing it or meaning it, just by visiting Pirate Site, even if they landed on that site by mistake.
We apparently have a paradox where the real "pirate" (the owner of Pirate Site) isn't even touching any copyrighted data in any way, but on the other hand the one who is actually processing the copyrighted material (the visitor) cannot avoid it. To avoid infringement, the visitor would have to open the source code before the browser executes it, check all the code, check who the copyright holders are, and make sure no copyrighted material will be downloaded when the web page is opened. So the pirate isn't touching the data, and the visitor technically can't avoid breaking the law.
Does this paradox have a solution? Who is infringing the copyright here?
united-states copyright internet european-union
When a page at "Pirate Site" embeds images from "Example Site" by hotlinking, we have the following situation:
- Pirate Site isn't actually copying, storing, or manipulating anything. The pages only contain code with instructions that tell the browser to go fetch the images on Example Site. Example of code:
<img src="https://www.example.com/copyrighted-image.jpg"> - The visitor's browser automatically downloads the images from Example Site and displays them on Pirate Site. The visitor's browser is what is actually doing the work: going to get the image, downloading it, storing a local copy temporarily, and displaying it.
- The visitor will do all that automatically without even realizing it or meaning it, just by visiting Pirate Site, even if they landed on that site by mistake.
We apparently have a paradox where the real "pirate" (the owner of Pirate Site) isn't even touching any copyrighted data in any way, but on the other hand the one who is actually processing the copyrighted material (the visitor) cannot avoid it. To avoid infringement, the visitor would have to open the source code before the browser executes it, check all the code, check who the copyright holders are, and make sure no copyrighted material will be downloaded when the web page is opened. So the pirate isn't touching the data, and the visitor technically can't avoid breaking the law.
Does this paradox have a solution? Who is infringing the copyright here?
united-states copyright internet european-union
united-states copyright internet european-union
asked 6 mins ago
reedreed
8341214
8341214
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "617"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f38575%2fwho-is-infringing-copyright-when-hotlinking-is-involved%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Law Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f38575%2fwho-is-infringing-copyright-when-hotlinking-is-involved%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown