bannedphraselist.in
来自「一个UNIX/LINUX下的基于内容的过滤服务器源代码」· IN 代码 · 共 36 行
IN
36 行
# BANNEDPHRASELIST - INSTRUCTIONS FOR USE## To block any page with the word "sex".# < sex >## To block any page with words that contain the string "sex". (ie. sexual)# <sex>## To block any page with the string "sex magazine".# <sex magazine>## To block any page containing the words/strings "sex" and "fetish".# <sex>,<fetish>## < test> will match any word with the string 'test' at the beginning# <test > will match any word with the string 'test' at the end# <test> will match any word with the string 'test' at any point in the word# < test > will match only the word 'test'# <this is a test phrase> will match that exact phrase# <test>,<secondtest> will match if both words are found in the page# A combination of the above can also be used eg < test>,<secondtest>### Extra phrase-list files to include# .Include</etc/dansguardian/testphrase>### All phrases need to be within < and > to work, othewise they will be# ignored.# MORE EXAMPLE LISTS CAN BE DOWNLOADED FROM DANSGUARDIAN.ORG# Phrase Exceptions are no longer listed in this file, they are now# listed in the exceptionphraselist file.#
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?