@redsocs/spam-warden 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/spamwarden.js +1 -1
- package/dist/spamwarden.min.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -131,7 +131,7 @@ You can spin up a local simulation server to test the DOM auto-blocking behavior
|
|
|
131
131
|
|
|
132
132
|
# About
|
|
133
133
|
|
|
134
|
-
- **Version:** 1.1.
|
|
134
|
+
- **Version:** 1.1.8 (Engine v11.06)
|
|
135
135
|
- **Author:** [RedSocs](https://github.com/RedSocs)
|
|
136
136
|
- **License:** MIT
|
|
137
137
|
- **Model Origin:** Trained via [RedSocs/spam-labeler](https://github.com/RedSocs/spam-labeler)
|
package/dist/spamwarden.js
CHANGED
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
if (typeof window !== 'undefined') {
|
|
467
467
|
// The Real Engine: Exposed using a build-time randomized key
|
|
468
468
|
// The attacker does not know this key, but the internal listeners do.
|
|
469
|
-
const REAL_KEY = "
|
|
469
|
+
const REAL_KEY = "_sw_dbf5c32c";
|
|
470
470
|
window[REAL_KEY] = SpamWarden;
|
|
471
471
|
|
|
472
472
|
// --- Developer Mode Bypass ---
|