Descripción
Insecure Content Warning helps content creators with secure (HTTPS) websites avoid insecure-content warnings in the browser by flagging any elements in the content editor (such as images, videos, and embeds) that are being delivered or sourced from an insecure (HTTP) web address. All insecure elements are flagged before the content is published, and can be fixed manually or simply by clicking “fix it.”
Compatible with the “classic” editor as well as the block editor (aka Gutenberg).
Technical Notes
- Requires PHP 7.0+.
- Requires WordPress 5.3+.
- Requires a secure / SSL (HTTPS) website, front and back end.
Usage
This plugin requires no configuration. Simply activate and the plugin will prevent posts with insecure elements from being published, as well as provide a banner with information on the offending assets.
Capturas
Instalación
- Install the plugin via the plugin installer, either by searching for it or uploading a .zip file.
- Activate the plugin.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Insecure Content Warning» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Insecure Content Warning» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «Insecure Content Warning» 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.2 – 2022-06-27
- Added: Dependency security scanning (props @jeffpaul via #70).
- Changed: Bump WordPress version “tested up to” 6.0 (props @cadic via #74).
- Security: Bump
minimist
from 1.2.5 to 1.2.6 (props @dependabot via #67). - Security: Bump
postcss
from 7.0.32 to 7.0.39 (props @dependabot via #68).
1.0.1 – 2022-02-17
- Fixed: Ensure we support WordPress 5.9 (props @dkotter, @mohitwp, @peterwilsoncc).
1.0.0 – 2021-08-24
- Added: Initial public release! 🎉