Hey chen, want to try this cat tail stick? I plucked them off my

previous cat shikigami.

chen: meoowww! [in pain]

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/chen/trunk@26 32723744-9b23-0b4a-b1da-9b2e968f9461
This commit is contained in:
yakumo.izuru 2023-10-28 17:15:58 +00:00
parent 8f731339cf
commit 040037ac70

View File

@ -35,11 +35,11 @@ block_list = (
)
req_list = (
"http://",
"https://"
"https://",
)
html_files = (
"text/html",
"application/xhtml+xml"
"application/xhtml+xml",
)
class Lifo(list):