📄 mydomain-url-filter
字号:
# URL Filter file for 'mydomain'## Here 'URL' really means the pathname part of a URL. Hosts and ports# dont belong in this file.## Format is## Allow regex# Deny regex## Lines are evaulated in order; the first line to match is applied.#Deny \.gif$ # don't retrieve GIF imagesDeny \.GIF$ # Deny ^/internal/ # don't index internal documentsoAllow .* # allow everything else.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -