@arnaudw38/nodebb-plugin-spam-be-gone 1.0.0 → 1.0.1
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/library.js +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Anti-spam plugin for **NodeBB 4.x** with **Cloudflare Turnstile** (Turnstile-onl
|
|
|
26
26
|
From your NodeBB root directory:
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npm install nodebb-plugin-spam-be-gone
|
|
29
|
+
npm install @arnaudw38/nodebb-plugin-spam-be-gone
|
|
30
30
|
./nodebb build
|
|
31
31
|
./nodebb restart
|
|
32
32
|
```
|
package/library.js
CHANGED
|
@@ -199,7 +199,7 @@ Plugin.addCaptcha = async (data) => {
|
|
|
199
199
|
if (turnstile) {
|
|
200
200
|
data.templateData.turnstileArgs = turnstile;
|
|
201
201
|
addChallenge(data.templateData, turnstile.addLoginTurnstile, {
|
|
202
|
-
label: '
|
|
202
|
+
label: 'Vérification de sécurité',
|
|
203
203
|
html: `<div id="${turnstile.targetId}"></div>`,
|
|
204
204
|
styleName: pluginData.nbbId,
|
|
205
205
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arnaudw38/nodebb-plugin-spam-be-gone",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Anti-spam plugin for NodeBB 4.x using Akismet, StopForumSpam, ProjectHoneyPot, and Cloudflare Turnstile (Turnstile-only fork)",
|
|
5
5
|
"main": "library.js",
|
|
6
6
|
"scripts": {},
|
package/plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "nodebb-plugin-spam-be-gone",
|
|
3
3
|
"name": "Spam Be Gone",
|
|
4
4
|
"description": "Anti-spam using Akismet.com, StopForumSpam.com, ProjectHoneyPot.org and Cloudflare Turnstile",
|
|
5
|
-
"url": "https://github.com/
|
|
5
|
+
"url": "https://github.com/aworobel/nodebb-plugin-spam-be-gone",
|
|
6
6
|
"scss": [
|
|
7
7
|
"public/scss/styles.scss"
|
|
8
8
|
],
|