Add in WithoutCache plugin

This commit is contained in:
2024-09-05 11:57:23 +01:00
parent b9f6392c1d
commit 127ea74a8b
4 changed files with 174 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ use SrvMngr::Plugin::I18N;
use SrvMngr::I18N;
use SrvMngr::Model::Main;
use SrvMngr::Plugin::WithoutCache;
our $VERSION = '1.420';
$VERSION = eval $VERSION;
@@ -210,6 +211,8 @@ sub setup_plugins {
$self->plugin('TagHelpers');
$self->plugin('RenderFile');
$self->plugin('SrvMngr::Plugin::WithoutCache');
# CSRF protection if production mode
# $self->plugin('Mojolicious::Plugin::CSRFDefender' => {