Security Panel Doctor by Bruno Meilick Check the health of your Kirby installation Authentication CAS by Lucas Escot LDAP login by datamints GmbH OAuth 2.0 by Markus Denhoff Content protection fields: security: fields/locked-pages Locked Pages by Johann Schopplich Password-protect pages easily, Panel blueprint included. Secured Pages by Kerli81 Prevent unauthorized users to access a page or a hierarchy of pages. The permission will be granted by a user group. If the user is not yet … Utilities return [ 'bnomei.securityheaders.headers' => [ 'X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', ... ] ]; Content Security Policy by Bruno Meilick Simplify the content security policy headers setup for your website
fields: security: fields/locked-pages Locked Pages by Johann Schopplich Password-protect pages easily, Panel blueprint included.
Secured Pages by Kerli81 Prevent unauthorized users to access a page or a hierarchy of pages. The permission will be granted by a user group. If the user is not yet …
return [ 'bnomei.securityheaders.headers' => [ 'X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', ... ] ]; Content Security Policy by Bruno Meilick Simplify the content security policy headers setup for your website