Basic Setting
This page explains all the main functions that are commonly used by the majority of merchants.
Disable Right Click
Prevent visitors from accessing the right-click context menu on a web page
This means that they can not access the tools to Edit/Copy/Paste/Capture/etc.

Protect Text (Disable text selection & copy/paste)
Prevents visitors from selecting and copying text from a web page. Visitors won't be able to highlight or copy any text on the page, as well as paste any copied text into the other page.
The disable shortcuts may include:
ctrl/cmd + C
ctrl/cmd + V
ctrl/cmd + shift + X

Protect Image (Disable download, save as, drag&drop and copy/paste)
Visitors won't be able to use the download or save as function to save files, drag and drop files from the page, or use the copy/paste function to copy images.
In short, this feature is the same as the feature "Protect Text" above but it is applied with the image.

Disable Print Page (Disable Printing the website using Ctrl+P)
With this feature, visitors won't be able to use the print function (Ctrl + P) to generate a physical or digital copy of the page.

Disable Console (Disable Inspect or Developer Tools)
Prevent users from inspecting and modifying the content and functionality of a web page.
This feature is commonly used to prevent unauthorized access to the code and to protect sensitive information.

Last updated