diff --git a/main.py b/main.py index 49312bc..3b0f2f8 100644 --- a/main.py +++ b/main.py @@ -35,11 +35,11 @@ block_list = ( ) req_list = ( "http://", - "https://" + "https://", ) html_files = ( "text/html", - "application/xhtml+xml" + "application/xhtml+xml", ) class Lifo(list):