What’s Changed
Every update, fix, and improvement to NoxCopy is documented and dated.
v1.0.02024-04-05 Latest
🚀 Initial Release: Absolute Content Shield
NoxCopy launches publicly on kentdevtools.com. This is the first stable release full protection stack, polished admin UI, AdSense safe mode, and zero external dependencies.
NEW FEATURES
- Master on/off switch: enable or disable all protections globally without uninstalling
- AdSense Safe Mode: one-click preset that auto-disables features likely to affect AdSense review
- Protection level presets: Basic, Standard, and Strict with auto-configuration of all controls
- Disable right-click: blocks browser context menu viaÂ
contextmenuevent interception - Disable text selection: blocksÂ
selectstart, multi-click, and injectsÂuser-select:noneCSS - Block keyboard shortcuts: intercepts Ctrl/Cmd+C, X, A, U, S, P and F12 shortcuts
- DevTools detection: polls window size differential every 1000ms with configurable threshold
- Screenshot & print blur: appliesÂ
blur(10px)to tab visibility change and print events - Disable image drag & save: setsÂ
draggable=falsewith MutationObserver for dynamic images - Disable printing: hides page body entirely onÂ
beforeprintevent - Watermark overlay: configurable text stamp on post content with live admin preview
- Post-type targeting: per-post-type protection selection including custom post types
- Exclude logged-in users: skip protection script entirely for authenticated users
- Custom alert message: non-blocking toast notification on blocked action
- DevTools redirect URL: redirect visitors to a custom URL when DevTools is detected
- Settings → Quick link in the Plugins list page
- Full uninstall hook: removes all stored options cleanly on plugin deletion
SECURITY
- All settings sanitized via WordPress Settings API with full input validation
- Output escaping applied to all user-controlled values rendered in PHP templates
ABSPATHguard on all PHP files to prevent direct file access- Nonce verification viaÂ
settings_fields()on all form submissions
v1.1.0 Coming Soon Planned
🔧 Planned — Per-Post Exclusions & Analytics
PLANNED FEATURES
- Per-post/per-page exclusion meta box: disable protection on individual posts
- Activity dashboard blocked attempts counter with 24-hour and 7-day views
- IP-based allowlist excludes specific IP addresses from protection
- WooCommerce-specific settings protect product descriptions but allow add-to-cart interaction
- Custom CSS injection lets users add additional protection styles without editing theme files
- Export/import settings: backup and restore config as JSON