Solved

URL List being processed in case sensitive mode

  • 15 August 2023
  • 2 replies
  • 47 views

Badge +12
  • Explorer III
  • 43 replies

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

icon

Best answer by ukrishna 28 August 2023, 06:15

View original

2 replies

Userlevel 1
Badge +12

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-list-best-practices/#supported-regex

 

Badge +12

Thanks @ukrishna . Changed the URL list to RegEx and prepended (?i) to each URL line to make it case insensitive.

Reply