Skip to content

URL Exceptions

DeepFinder URL Security Policy

  • URL Security Policy Overview     * You can configure detailed security policies for each URL path.     * URL paths can be created in units of Directory (/), File (.php, etc.), and Parameter (?id=).

  • Policy Application Priority     * Various policies can be applied individually to each URL.     * Policies applied to sub-paths (more specific paths) take precedence over policies applied to parent paths.

Note

URL Policy Priority Application Rules         Registered URL paths have higher priority the smaller and more specific the unit is.         * Priority Example (Refer to the image below)         1. 1st Priority (Highest): /front/login.php?ID (Parameter unit)         2. 2nd Priority: /front/login.php (File unit)         3. 3rd Priority: /front (Directory unit)         4. Lowest Priority: / (Root)