Commit Graph

153 Commits (438ebd520a755ca4a637a83e22dfe896e22d5dc9)

Author SHA1 Message Date
Sunshine 438ebd520a
Merge pull request #193 from snshn/options-struct
Pass options object instead of using separate parameters
4 years ago
Sunshine ddb97009e9
pass options object instead of using separate parameters 4 years ago
Sunshine 9e5d8ec691
add more sample data for blackbox tests 4 years ago
Sunshine 29bf042da0
trim CSS if it contains nothing but whitespaces 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 4e31d0433e
only attempt to remove credentals from HTTP(S) URLs 4 years ago
Sunshine 090d647390
group all tests into either passing or failing groups 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 c4569343a4
improve metadata comments 4 years ago
Sunshine 5f5820c71a
Merge pull request #168 from snshn/context-comment
Metadata comment tag
4 years ago
Sunshine c999359b9f
Merge branch 'context-comment' of github.com:Alch-Emi/monolith into context-comment 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 5 years ago
Sunshine eeea617fb1
escape all special chars within #id and .class CSS selectors 5 years ago
Sunshine 9d3df2cdc6
escape colons within CSS idents 5 years ago
Sunshine 3738be2b6d
treat url()'s found in @counter-style rules as images 5 years ago
Sunshine 594ad55bd8
improve data URL media type detection 5 years ago
Sunshine c097733ae7
improve parsing of data URLs 5 years ago
Sunshine 349c7bb3ea
properly parse negative units in CSS 5 years ago
Sunshine a19aa37ea8
Merge pull request #145 from snshn/no-images-svg
Empty SVG nodes when excluding images
5 years ago
Sunshine 791e44796e
resolve hrefs of <area> image-map tags 5 years ago
Sunshine b88479446c
implement unit tests for macros 5 years ago
Sunshine 1d6217ef5a
empty SVG nodes if --no-images 5 years ago
Sunshine 29836d979a
add support for image inputs 5 years ago
Sunshine 643c4ce7ef
implement improvements suggested by @robatipoor 5 years ago
Sunshine 875481b9a2
update help dialog 5 years ago
Sunshine 4951fea730
implement full CSS parsing 5 years ago
Sunshine be25784297
improve SVG media type detection 5 years ago
Sunshine 479c42e1ce
improve test code structure 5 years ago
Sunshine 933379c798
ensure consistent naming across all tests 5 years ago
Sunshine 59a8be493d
add support for working with local assets 5 years ago
Sunshine d5ee8ae6ab
account for legacy BODY background="" attribute 5 years ago
Sunshine 7654eec7e2
treat frames the same way as iframes 5 years ago
Sunshine 0d1e21e9ad
add black box tests 5 years ago
Sunshine 3d2d40e7cd
add support for data URL targets 5 years ago
Sunshine b8b6d8cff6
fix "succeeding" to "passing" in tests 5 years ago
Sunshine 928664dc88
correct is_valid_url to is_http_url 5 years ago
Sunshine 5c8d75539b
rename dataurl to data_url 5 years ago
Sunshine d9602e25eb
update help dialog and README.md 5 years ago
Sunshine f720fe0176
Merge pull request #114 from snshn/custom-network-timeout-option
Add option for custom network request timeout
5 years ago
Sunshine 727a5a410c
add option for custom network request timeout 5 years ago
Sunshine 5ef2b7c9dc
nullify JS within As' href attributes when needed 5 years ago