
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
DjangoCMS Plugin that lets you insert raw HTML code into a page.
A raw HTML plugin may be a bit of a CMS anti-pattern, but every now and then there are times when inserting a little block of HTML code is needed to get a job done quickly.
This Plugin combines the ideas of cmsplugin-raw-html <https://github.com/makukha/cmsplugin-raw-html>
_
with code-editor-django-admin <https://mr-coffee.net/blog/code-editor-django-admin>
_ by giving
you a nice HTML editor CodeMirror <http://codemirror.net/>
_ to edit the code in rather than
a default TextField
.
Install via pip::
pip install djangocms-rawhtml
Add to your INSTALLED_APPS
(in settings.py
)::
INSTALLED_APPS = ( ... 'djangocms_rawhtml', ... )
Run migrations::
python manage.py migrate djangocms_rawhtml
"Raw HTML" should now be available as a plugin in the CMS!
In your settings.py
you can set:
CODEMIRROR_THEME
: (Optional) The name of the codemirror theme you would like to use (just the name, don't include the .css
part). Will use default
if not set. See: https://codemirror.net/theme/ for a list of themes.
FAQs
Raw HTML Plugin for DjangoCMS with HTML code editor.
We found that djangocms-rawhtml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.