Commit Graph

200 Commits

Author SHA1 Message Date
Emi Simpson 13bacb4320
EMPTY_STRING no longer used 2019-12-05 20:11:19 -05:00
Emi Simpson d574e9a5da
Added support for <style> tags 2019-12-05 20:05:52 -05:00
Emi Simpson 1de0fc0961
Add warning and fallback when parsing a rel=stylesheet link 2019-12-05 19:10:47 -05:00
Emi Simpson ebbf755e09
Fixed misleading variable name 2019-12-05 19:02:11 -05:00
Emi Simpson d3956a7905
Made merge compatible with Y2Z/master 2019-12-05 19:01:03 -05:00
Emi Simpson ef7ddcd434
Added fallback to absolute URL on failure to resolve CSS stylesheet @imports 2019-12-05 18:37:37 -05:00
Emi Simpson 11bbfc0851
Added support for recursively nested css @imports 2019-12-05 18:15:06 -05:00
Emi Simpson a2bf7e3345
Fixed some errors detecting, parsing, and transforming urls in `resolve_css_imports` 2019-12-05 17:42:07 -05:00
voila 1ff5e91087 Use HashMap as cache to minimize the number of HTTP requests (#75)
Use HashMap as cache to minimize the number of HTTP requests
2019-10-22 18:33:22 -04:00
knidarkness 550e4cc83f Fixed formatting 2019-10-12 14:05:07 +03:00
knidarkness 5443c0cc3f Added loading of the links given as url(...) in css files 2019-10-12 12:32:59 +03:00
robatipoor 55fe523a1c refactor utils functions 2019-10-10 16:53:00 +03:30
robatipoor 2e48ea90e1 move argument parser section to args mod 2019-10-10 08:58:12 +03:30
Sunshine 0896f2e214 Properly handle 30x redirects 2019-09-30 23:58:09 -04:00
Vincent Flyson 3948ea3aa0 Improve code structure 2019-09-29 17:15:49 -04:00
Vincent Flyson eec05767cf Add support for poster attribute 2019-09-22 12:57:50 -04:00
Vincent Flyson 88a230872c Add CSP isolation, no CSS, and no iframe options 2019-09-21 22:59:03 -04:00
Vincent Flyson 04cbbefafa Ignore empty src in images, accept fluid icons 2019-09-08 02:51:53 -04:00
Vincent Flyson 824b418f80 Add more tests 2019-08-30 22:18:14 -04:00
Vincent Flyson 2251c086c2
Merge branch 'master' into ignore-ca 2019-08-27 06:55:00 -04:00
Vincent Flyson 02b717ae54 Add flag to ignore errors related to TLS certificates 2019-08-26 23:17:36 -04:00
Vincent Flyson 1329dbe6f8 Ignore iframes with empty src 2019-08-26 22:57:10 -04:00
Vincent Flyson 2b96f9a32a Add flag for silent mode 2019-08-25 11:41:30 -04:00
Vincent Flyson 50f1ba1ce8 Treat network errors as empty results 2019-08-24 23:06:40 -04:00
Vincent Flyson 0b2e1d0746 Remove compiler warning 2019-08-24 20:23:53 -04:00
Vincent Flyson 2c0037fd51
Merge pull request #37 from Y2Z/ignore-other-protocols
Avoid modifying non-HTTP anchor hrefs
2019-08-24 20:07:25 -04:00
Vincent Flyson 3f79068d7d Avoid modifying non-HTTP anchor hrefs 2019-08-24 14:54:23 -04:00
Vincent Flyson 080ed50264
Merge pull request #36 from Y2Z/no-images-no-icons
Ignore icons if told to avoid images
2019-08-24 14:49:26 -04:00
Vincent Flyson b596b5bb7d Ignore icons if told to avoid images 2019-08-24 14:22:34 -04:00
Vincent Flyson c480fcb70f Add basic verbose output 2019-08-24 13:33:24 -04:00
Vincent Flyson e2ab05a323 Fix name of a test function 2019-08-24 12:06:03 -04:00
Vincent Flyson d49e825777 Add support for picture elements 2019-08-24 11:21:29 -04:00
Vincent Flyson d8d6437a15
Merge branch 'master' into author-robatipoor 2019-08-23 23:24:07 -04:00
Vincent Flyson c34d77d5d8 Revamp resolve_url() and improve code format 2019-08-23 23:06:14 -04:00
Vincent Flyson 2be5b1c235 Add support for iframes 2019-08-23 20:16:16 -04:00
Vincent Flyson c0fffbb212 Get rid of mime-sniffer dependency 2019-08-23 18:48:08 -04:00
Vincent Flyson 13429e32d3 Allow HTTP redirects and preserve email links 2019-08-23 16:00:05 -04:00
Vincent Flyson d3497b5db1
Merge branch 'master' into author-robatipoor 2019-08-23 15:09:46 -04:00
Vincent Flyson 7e298b0b02 Add -u flag for custom User-Agent 2019-08-23 15:00:56 -04:00
Vincent Flyson 7b326ee9f5 Add robatipoor to list of authors 2019-08-23 14:44:16 -04:00
mahdi 14e9e6facc cargo clippy 2019-08-23 22:54:45 +04:30
Vincent Flyson 54fdd890f9 Parse Cargo.toml for strings 2019-08-23 05:49:14 -04:00
Vincent Flyson 54ae61b728
Merge pull request #15 from Y2Z/increase-timeout
Increase request timeout to 10 seconds
2019-08-23 05:23:12 -04:00
Vincent Flyson 1480b20cb6
Merge pull request #14 from robatipoor/master
some code refactor
2019-08-23 05:21:27 -04:00
Vincent Flyson fde715a27e Increase request timeout to 10 seconds 2019-08-23 05:08:38 -04:00
mahdi b25b6765c1 some code refactor 2019-08-23 13:19:29 +04:30
Vincent Flyson a891782ce4 Add option to exclude images 2019-08-23 04:33:30 -04:00
Vincent Flyson ffa60a0ce2 Convert action attribute to full URL for FORM tags 2019-08-23 03:28:55 -04:00
Vincent Flyson cc09c2ba01 Remove leftover line 2019-08-22 23:21:28 -04:00
Vincent Flyson 143c396c71 Rewrite program in Rust 2019-08-22 23:17:15 -04:00