index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
washtml.php
Age
Commit message (
Collapse
)
Author
2009-11-03
- fix empty A tag handling (#1486272)
alecpl
2009-08-19
Added # to washtml's regex for safe links (some list digests have tables of ↵
svncommit
contents that use internal links).
2009-07-31
better solution for HTML washing encoding issue
svncommit
2009-07-30
fix washing of HTML encoded in something other than UTF-8
svncommit
2009-07-28
- Fix displaying of HTML messages with unknown/malformed tags (#1486003)
alecpl
- Some other changes for styled HTML display
2009-07-17
- Fix HTML messages output with empty block elements (#1485974)
alecpl
2009-07-03
- Allow WBR tag in HTML message (#1485960)
alecpl
2009-01-20
Treat 'background' attributes the same way as 'src' (another XSS vulnerability)
thomascube
2008-09-17
- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
alecpl
2008-09-16
Allow content of HTML head sections to be processes
thomascube
2008-09-05
Respect Content-Location headers in multipart/related messages (#1484946)
thomascube
2008-07-22
Reverted r1607. See #1485137 for explanations
thomascube
2008-07-22
#1485137: added 'form' to allowed elements list
alecpl
2008-07-22
Improve HTML sanitization with washtml
thomascube
2008-06-15
#1485097: Re-enable background attribute in HTML messages
alecpl
2008-06-07
Change meta-charset specififcation in HTML to UTF-8; no need for ↵
thomascube
mb_convert_encoding() anymore
2008-06-04
Allow <body> tag in HTML messages which will be converted to <div ↵
thomascube
class='rcmBody'>
2008-06-04
Chech for mb_convert_encoding first because mbstring is optional for ↵
thomascube
RoundCube + add some phpdoc
2008-06-03
-add convert encoding before html parsing
alecpl
2008-05-29
Replace our crappy html sanitization with the dom-based washtml script + fix ↵
thomascube
inline message parts + remove old code + add some doc comments