Bruno Meilick DotEnv Store project credentials and environment variables in a .env file and access them in Kirby Docs Source Download Sponsor env('APP_DEBUG'); Version 5.0.0 License MIT Stars 37 Supports K5 K4 K3 Created 19 Dec 2018 Updated 27 Nov 2024 Info Topics Security Configuration Implements Helper(s) Support Docs Issues Email Latest releases 5.0.0 2.2.0 2.1.1 2.1.0 2.0.4 Similar plugins return [ 'bnomei.securityheaders.headers' => [ 'X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', ... ] ]; Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3 'nerdcel.kirby-oauth2-email' => [ 'callback-path' => 'callback-path', 'enabled' => true, 'email' => 'example@your-provider.tdl', 'service' => 'azure', 'client-id' => 'your-client-id', 'client-secret' => 'your-client-secret', 'refresh-token' => 'your-refresh-token', ]; OAuth2 Email This plugin allows you to authenticate users via OAuth2 and their email address. K5 K4 Kirby Route Protect Protect panel user from creating page URL in conflict with routes. K5 K4 K3 More by Bruno Meilick More Storybook Generate Storybook stories from snippets and templates K5 K4 K3 <?= $page->counterImage() ?> Pageview Counter Track Page view count and last visited timestamp K5 K4 K3 UTM Tracking Automatically track events from URLs with UTM parameters and view statistics about them right in the panel. K5 K4 K3