Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

AI Shield

Descripción

AI Shield helps protect your content from being used to train AI models, by inserting whitespace that’s invisible to humans, but awkward for AIs.

This is not fool-proof, but will add a roadblock to ML use of the data.

It inserts whitespace characters that are effectively invisible to humans in the middle of words, while also replacing visible whitespace with non-standard, but valid, whitespace characters.

This somewhat blurs the boundary of what’s a word or not, and should work until AI companies add a clean-up process to compensate for it. But until that’s added, it may prevent your content from being trivially used.

In the end, preventing your content from being used without consent or payment requires a social and/or legal solution, not a technological one. But until then, give this a try!

Capturas

  • Sample paragraph from a post, copied from the browser. It includes some special characters for testing.
  • The same paragraph pastes into https://invisible-characters.com/view.html. You can see all the whitespace characters at the bottom.

Instalación

This section describes how to install the plugin and get it working.

  1. Click on Plugins > Add New Plugin, and then click on the «Upload Plugin» button. Choose the .zip file to upload it.
  2. Once installed, Activate the plugin through the ‘Plugins’ area in WordPress Admin.
  3. That’s all you have to do! AI Shield will start protecting your content.

By default, AI Shield will cache obfuscated content for 5 minutes, but you can change the duration, or disable cache entirely (not recommended), from the Settings page.

FAQ

How do I know it’s working if it’s invisible?

Try copying-and-pasting some post body content into https://invisible-characters.com/view.html, and click on the «View!» button. It will show you all the invisible characters. Anything that begins with «U+», but isn’t «U+0020» is nonstandard whitespace. Note that some of it appears inside words.

There’s also a handy link to invisible-characters.com if you look at AI Shield on the Plugins page.

What content does it protect?

For now, the body content, previews, and titles, but not things like images. If you want those to be obscured too, let me know.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«AI Shield» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «AI Shield» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.3

  • Fixed priority bug that interfered with some shortcodes

1.0.2

  • Fixed minor admin bug
  • Reformatted readme.txt

1.0.1

  • Added settings page

1.0.0

  • Initial release