「核可/封鎖的 URL 清單」支援 * 萬用字元。

萬用字元支援

萬用字元
支援的格式
無效格式
* 字元代表零個或多個字元
可接受使用萬用字元的下列 URL:
  • http://www.example.com/*
  • http://*.example.com
過濾功能僅支援 FQDN,而不支援路徑。例如:
  • http://www.example.com/hu* would become http://www.example.com/*
  • http://www.ex*le.com/abc/*.* would become http://www.ex*le.com/*
不接受以萬用字元結尾的下列 URL:
  • http://www.example.com*
  • http://www.example.*
  • http://www.example.com.tw.*
  • http://*.example.*
不接受以萬用字元做為主機名稱最後一個字元的下列 URL:
  • http://www.example.*/test/abc.html would become http://www.example.*/*
  • http://www.example.com*/123/ would become http://www.example.com*/*