Netskope Community
08-14-2023 06:15 PM
Hello,
We configured a URL list to allow certain github repositories and noticing netskope is processing the list in case sensitive mode. Is this the default behavior? Can we have it process in case insensitive mode?
eg: github.com/Azure vs github.com/azure
Solved! Go to Solution.
a month ago
Hi Siva,
URL list processes the input using 'Exact Match' by default. So, it does not have a case insensitive mode. If you would like to accommodate case insensitivity in URL lists, please use a Regex as it supports case insensitivity for URL lists.
You can refer this section of the Netskope Documentation to check how to create case insensitive RegEx for URL lists: https://docs.netskope.com/en/netskope-help/data-security/real-time-protection/custom-category/url-li...
4 weeks ago
Thanks @ukrishna . Changed the URL list to RegEx and prepended (?i) to each URL line to make it case insensitive.
a month ago
Hi Siva,
URL list processes the input using 'Exact Match' by default. So, it does not have a case insensitive mode. If you would like to accommodate case insensitivity in URL lists, please use a Regex as it supports case insensitivity for URL lists.
You can refer this section of the Netskope Documentation to check how to create case insensitive RegEx for URL lists: https://docs.netskope.com/en/netskope-help/data-security/real-time-protection/custom-category/url-li...
4 weeks ago
Thanks @ukrishna . Changed the URL list to RegEx and prepended (?i) to each URL line to make it case insensitive.
In order to view this content, you will need to sign in to your account. Simply click the "Sign In" button below
Sign In