Commit Graph

111 Commits (4bc8043f0fab2d65b00378637b15d9b6766a56a1)

Author SHA1 Message Date
Sunshine 4bc8043f0f
account for charset when creating data URLs 3 years ago
Sunshine 5effa38392
use proper charset detection for linked assets 3 years ago
Sunshine c938ba6a2f
modify proper attribute for (i)frame elements 3 years ago
Sunshine b8aa545e8c
add support for wider range of charsets 3 years ago
Sunshine a6e891b3c5
add more tests 3 years ago
Sunshine a308a20411
simplify code of CLI tests 3 years ago
Sunshine a6ddf1c13a
simplify code responsible for processing CSS 3 years ago
Sunshine 6f918f6c1c
make possible to unwrap NOSCRIPT nodes 3 years ago
Sunshine 2e86ee67a5
revamp codebase 3 years ago
Sunshine 11207d49d2
embed alternate stylesheets 3 years ago
Sunshine 4921a70dda
Merge branch 'master' into change-meta-charset-to-utf-8 3 years ago
Sunshine e0273c664a
forcefully set document's charset to UTF-8 3 years ago
Sunshine 6d629bfd4a
Merge pull request #244 from snshn/process-noscript
Process contents of NOSCRIPT tags
3 years ago
Sunshine ae9d78a891
process contents of NOSCRIPT tags 3 years ago
Sunshine e41fd6a1c6
fix embedding of srcset for PICTURE nodes 3 years ago
Sunshine 614a518475
fix srcset parsing 3 years ago
Sunshine 4ba4285b6b
add support for embedding video and audio files 3 years ago
Sunshine 8adf059980
fix crash associated with trailing/repeating commas within srcset 3 years ago
Sunshine d89b4d5f5b
refactor code that processes the DOM 3 years ago
Sunshine 15d98a7269
don't modify base url by default, add option for setting it 3 years ago
Sunshine 38a6f963ad
account for network errors, add option to ignore them 4 years ago
Sunshine 1d6392cb28
implement support for BASE tag 4 years ago
Sunshine 90f7c3a0d0
alphabetical order for function names 4 years ago
Sunshine 09d41d2cf1
automatically obtain favicon.ico 4 years ago
Sunshine bc98aca2a2
indent items in retrieval log to form a tree-like structure 4 years ago
Sunshine ddb97009e9
pass options object instead of using separate parameters 4 years ago
Sunshine 2ac964fae5
include font-src into CSP 4 years ago
Sunshine ae5d6d2df4
refactor CSP code 4 years ago
Sunshine 44cac65a83
automatically remove "Refresh" and "Location" META tags 4 years ago
Sunshine 0347fd3985
move metadata tag code into a function 4 years ago
Sunshine 5c229c51da
move functions related to URL manipulation into url.rs 4 years ago
Sunshine f6ea16b3ad
create a separate function for appending URL fragments 4 years ago
Sunshine f9aac6f41b
update crates 4 years ago
Sunshine cbe3f9f554
implement support for embedding images within srcset 4 years ago
Sunshine a18df74946
refactor code and implement integrity validation 4 years ago
Sunshine f22e2b6e68
embed SVG IMAGE assets 4 years ago
Sunshine 9b40dbbf27
add option to exclude web fonts 4 years ago
Sunshine edacd09dc8
store blobs instead of data URLs in cache 4 years ago
Sunshine a19aa37ea8
Merge pull request #145 from snshn/no-images-svg
Empty SVG nodes when excluding images
4 years ago
Sunshine 791e44796e
resolve hrefs of <area> image-map tags 4 years ago
Sunshine 1d6217ef5a
empty SVG nodes if --no-images 4 years ago
Sunshine 29836d979a
add support for image inputs 4 years ago
Sunshine 643c4ce7ef
implement improvements suggested by @robatipoor 4 years ago
Sunshine 4951fea730
implement full CSS parsing 4 years ago
Sunshine be25784297
improve SVG media type detection 4 years ago
Sunshine 59a8be493d
add support for working with local assets 4 years ago
Sunshine d5ee8ae6ab
account for legacy BODY background="" attribute 4 years ago
Sunshine 7654eec7e2
treat frames the same way as iframes 4 years ago
Sunshine 928664dc88
correct is_valid_url to is_http_url 4 years ago
Sunshine 5c8d75539b
rename dataurl to data_url 4 years ago