Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Andreas Nymark Andreas Nymark

    Kirby Route Protect

    Protect panel user from creating page URL in conflict with routes.

    Docs Source

    Manual

    Download and extract the folder to site/plugins/kirby-route-protect

    Git Submodule

    Version
    1.0.1
    License
    MIT
    Stars
    14
    Supports
    K5 K4 K3
    Created
    11 Mar 2023
    Updated
    27 Mar 2025

    Info

    Topics
    • Security
    Implements
    • Hook(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 1.0.1
    • 1.0.0
    • 0.0.4
    • 0.0.3
    • 0.0.1

    Similar plugins

    • OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication 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
    • 
      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