Billy Zhou
|
7df5c18182
Fixed #2437 - square brackets are deleted in links
|
5 years ago |
Billy Zhou
|
1c55fc0a56
Fixed #2416 - HTML sanitizer blocks email processing because of an endless loop.
|
5 years ago |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
5 years ago |
Thorsten Eckel
|
af1781ff2a
Improve performance by fetching 'fqdn' Setting in HTML sanitization only once instead for each link found (issue #2374).
|
6 years ago |
Thorsten Eckel
|
4e024291a4
Improve performance by not checking empty strings or strings not containing ':' for URLs (issue #2374).
|
6 years ago |
Thorsten Eckel
|
9af50f2a4e
Updated rubocop to latest version (0.59.2) and applied required changes.
|
6 years ago |
Billy Zhou
|
9c02d2e02b
Added signatureIdentifyByHtml to detect signatures and blockquotes through HTML nodes.
|
6 years ago |
Martin Edenhofer
|
1568909afb
Fixed issue #2252 - Unable to process email `"ERROR: #<NoMethodError: undefined method `match' for nil:NilClass>"`.
|
6 years ago |
Ryan Lue
|
e341d07d6b
Stop wrapping <a> tags around URLs without a scheme/protocol (fixes #2139)
|
6 years ago |
Martin Edenhofer
|
4120afb131
Fixed issue #1246 - Filename of images (c&p) downloaded via lightbox is invalid.
|
6 years ago |
Ryan Lue
|
23f30921dc
Fix regression in HtmlSanitizer::cleanup_target (whitespace deletion)
|
6 years ago |
Ryan Lue
|
5583369d8b
Render umlauts and other multi-byte characters correctly in HtmlSanitizer::strict
|
6 years ago |
Ryan Lue
|
13ef5d4246
Rewrite Encode::conv as String#utf8_encode
|
6 years ago |
Thorsten Eckel
|
4b98c61698
Improved handling of disposition URL parameter for local URLs.
|
6 years ago |
Ryan Lue
|
04055f7095
Replace unless with if ! (project-wide)
|
6 years ago |
Ryan Lue
|
79d4284365
Fix rubocop violations
|
6 years ago |
Thorsten Eckel
|
fbeccbc85c
Updated to latest rubocop version.
|
6 years ago |
Thorsten Eckel
|
0c917e13aa
Fixed issue #1902 - Spaces in link URLs are removed.
|
6 years ago |
Thorsten Eckel
|
1e9ed11126
Fixed issue #1852: Can't configure local MTA after SMTP was configured as outbound server.
|
6 years ago |
Martin Edenhofer
|
be751c8176
Added backlisting for certain css properties.
|
6 years ago |
Martin Edenhofer
|
56846b2fe9
Allow a href for paste, images and text link with different content.
|
6 years ago |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Martin Edenhofer
|
3417618798
Improved removing of html comments.
|
7 years ago |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
Martin Edenhofer
|
7a08b9266b
Implemented issue #930 - view support for html tables.
|
7 years ago |
Martin Edenhofer
|
98a1ba8a62
Fixed html sanitizer loop with own generated link injection. Extended tests.
|
7 years ago |
Martin Edenhofer
|
0308d8fe2d
Fixed html sanitizer loop. Extended tests.
|
7 years ago |
Martin Edenhofer
|
449d1904fe
Improvement for issue #952 - External links in html emails will be open in local context.
|
7 years ago |
Martin Edenhofer
|
b3ae159c2e
Fixed issue #952 - External links in html emails will be open in local context.
|
7 years ago |
Martin Edenhofer
|
5868fdd19f
Fixed issue #951 - Auto detection of www urls fails.
|
7 years ago |
Martin Edenhofer
|
0fd5c971fc
Fixed html sanitizer with non utf8 content in href attributes.
|
7 years ago |
Martin Edenhofer
|
14c1407448
Sometimes spaces are removed which should be still there (e. g. in case of <div>some text <a>123</a>).
|
7 years ago |
Martin Edenhofer
|
8f3fe2b399
Fixed endless loop in HtmlSanitizer.cleanup_structure in certain conditions.
|
7 years ago |
Martin Edenhofer
|
14507180a3
Improved external attachment support.
|
7 years ago |
Martin Edenhofer
|
04eda17d3b
Do not change attributes values to downcase (e. g. will break urls).
|
7 years ago |
Martin Edenhofer
|
6d808ff3eb
Improved html sanitizer with a tags without href attributes.
|
7 years ago |
Martin Edenhofer
|
63b0e4fe31
Show incoming images if local content. External images or links with images are still removed.
|
7 years ago |
Martin Edenhofer
|
3fa12b73ae
Moved to whitelist sanitizer.
|
7 years ago |
Thorsten Eckel
|
8800a4a861
Added HTML Sanitzer concern for multi model usage.
|
7 years ago |