-4

I'm building a website for semi-government organization.

They want me to block right click, I don't want to do that, because it's obviously BS.

Their main reasoning is "We don't want people to download our images." Some of those images are copyrighted / have restrictive licenses.

I already told them, that there are other ways to download images from web, which are impossible to block, it didn't help.

Can you give any other reasons why you shouldn't block right click on websites?

I'd like to try to persuade them one last time, preferably with a big list of reasons why it's a bad idea.

Your contributions to this list are very appreciated.

sparklos
  • 452
  • 4
  • 10
  • 1
    Stack overflow is a platform answering programming problems. This is not a programming problem. This question is therefore off-topic here. – Patrick Hollweck Feb 23 '19 at 20:47
  • 1
    This question belongs on [ux.se] instead. This site is for programming (code) related questions. – Ken White Mar 05 '19 at 17:55

1 Answers1

1
  • It blocks accessibility features in most browsers. This is a huge legal issue for anyone who gets public money (state, city, education, etc).

  • You lose swipe gestures which are becoming very popular

  • Difficult to reliably do it across every browser & device (extra cost for build & maintenance)

  • Google image search has a lot more copyright content than you do and they don't block the right click menu.

Here's Sitepoint's take on the issue and a few alternatives

Bryce Howitson
  • 7,339
  • 18
  • 40