Skip to main content

A plugin to disable browser developer tools and other page operation permissions for Dash applications using Dash Hooks.

Project description

dash-disable-devtool-plugin

GitHub PyPI Ruff

English | 简体中文

A plugin to disable browser developer tools and other page operation permissions for Dash applications using Dash Hooks.

Installation

pip install dash-disable-devtool-plugin

Usage

from dash import Dash

# Import the disable devtool plugin
from dash_disable_devtool_plugin import setup_disable_devtool_plugin

# Enable the disable devtool plugin for the current app
setup_disable_devtool_plugin()

app = Dash(__name__)

# Rest of your app code...

Example

Run the included example. In this basic example, first of all, the normal ways to open the browser developer tools via shortcut keys will be blocked. Even if the browser developer tools are opened through other means, it will be quickly detected, and trigger the default page content clearing and rewriting.

python example.py

API Reference

setup_disable_devtool_plugin()

This function sets up the disable-devtool plugin for your Dash application, preventing users from accessing browser developer tools.

Parameter Type Default Description
script_src str "https://cdn.jsdelivr.net/npm/disable-devtool" Source URL of the disable-devtool script. Alternative CDNs: https://unpkg.com/disable-devtool/disable-devtool.min.js, https://registry.npmmirror.com/disable-devtool/latest/files/disable-devtool.min.js
disable_menu bool False Disables right-click context menu when True.
disable_select bool False Disables text selection when True.
disable_copy bool False Disables copy operations (Ctrl+C) when True.
disable_cut bool False Disables cut operations (Ctrl+X) when True.
disable_paste bool False Disables paste operations (Ctrl+V) when True.
rewrite_html str "The current application disables debugging through developer tools." HTML content replacing the entire page when developer tools are detected.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dash_disable_devtool_plugin-0.1.2.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dash_disable_devtool_plugin-0.1.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file dash_disable_devtool_plugin-0.1.2.tar.gz.

File metadata

File hashes

Hashes for dash_disable_devtool_plugin-0.1.2.tar.gz
Algorithm Hash digest
SHA256 952d7806d32d6d1784acc23f5d46046f01d3e362a4de56479ff704b0671f60fc
MD5 10f0a0f31dec065ee6526e48903fd7a4
BLAKE2b-256 ce7c333a34e25ea24d291e827eb881419ba4d7d2538fa4a0d9200240feeb0ec3

See more details on using hashes here.

File details

Details for the file dash_disable_devtool_plugin-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for dash_disable_devtool_plugin-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 27ccb8a2e2b523a3d7951d0bb56c2bd825ecbdb64d14930d4e5f5373f6f3c7e1
MD5 c4bc031e7e97c5ea5b5bceb0d68c5eab
BLAKE2b-256 0c516eb3c78fc4f22d80757bb857e0acb59762c73a017bd08d04f0822ec55659

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page