Views:
The Approved/Blocked URL List supports the * wildcard character.

Wildcard Support

Wildcard
Supported Format
Invalid Format
The * character matches zero or more characters
The following URLs using the wildcard are acceptable:
  • http://www.example.com/*
  • http://*.example.com
Filtering only supports the FQDN, not the path. For example:
  • http://www.example.com/hu* would become http://www.example.com/*
  • http://www.ex*le.com/abc/*.* would become http://www.ex*le.com/*
The following URLs ending with a wildcard are not acceptable:
  • http://www.example.com*
  • http://www.example.*
  • http://www.example.com.tw.*
  • http://*.example.*
The following URLs with the wildcard as the last character in the host name are not acceptable:
  • http://www.example.*/test/abc.html would become http://www.example.*/*
  • http://www.example.com*/123/ would become http://www.example.com*/*