# Protecting Storefront Content

<figure><img src="/files/WPQYNKbBxHCVvuLaER9F" alt=""><figcaption></figcaption></figure>

### 1. Block Text Selection

* **What it does**: Prevents visitors from selecting and copying text on your website.
* **Use case**: Protect product descriptions, blog articles, FAQs, or pricing from being scraped by competitors or bots.
* **Tip**: Best for stores with valuable written content (e.g., detailed product specs, premium guides).

***

### 2. Disable Right Click

* **What it does**: Disables the right-click context menu in browsers.
* **Use case**: Prevents easy downloading of product images, blocking “Save Image As” or “Inspect Element.”
* **Tip**: Combine with Block Text Selection for stronger content protection.

***

### 3. Disable Developer Tools

* **What it does**: Attempts to block access to browser developer tools (F12 or Ctrl+Shift+I).
* **Purpose**: Adds a basic deterrent against scraping or crawling by less advanced users.
* **Note**: Skilled users may bypass this, but it stops casual attempts.

***

### Best Practices

* Remember: These features are **deterrents**, not absolute blockers - advanced attackers may still scrape via other methods.
* Combine with **Rule Management** (IP/Geo/ISP blocking) to stop suspicious visitors before they reach your site.
* Always test after enabling to ensure the customer experience isn’t negatively impacted.

If you have any questions, feel free to contact us via **Crisp Chat** or email us at [support@mida-app.io](mailto:support@mida-app.io?subject=%5BMIDA%20Support%5D%20Question%20about%20Fraud%20Score\&body=Hi%20MIDA%20Team%2C%0A%0AI%20have%20a%20question%20about%20the%20Fraud%20Score%20feature.%20Please%20assist%20me%20with%20the%20following%3A%0A%0A-%20Shop%20URL%3A%20%0A-%20Issue%20details%3A%20%0A%0AThank%20you!%0A%0A%2D%20Your%20Name).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mida-app.io/mida-fraud-filter-ip-blocker/content-protection/protecting-storefront-content.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
