This project is not covered by Drupal’s security advisory policy.

This is a simple Ctools access plugin module to verify the argument in a page path.

By default, a Drupal would accept any sub-path of a valid path. For example, if page URL of '/employees' is a valid path then '/employees/something' will be a valid path too and 'something' will be treated as the argument for the page '/employees'. Such as 'node/1', 'user/1'.

But in some scenarios, particularly for a page created by Panels module, a URL with additional path should be treated as a non-existent page.

See blow issues:
https://www.drupal.org/node/2653894
https://www.drupal.org/node/2734149

This module provide an ability to verify the page path. You can specify what argument in the page path is valid.

Settings:
See the screenshots.

Required module:
Ctools

Project information

Releases