Skip to content

Commit f661004

Browse files
committed
Add some more to the readme
1 parent eabd21c commit f661004

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Display (possibly untrusted) HTML using a UIWebView in React Native.
44

5+
Uses an HTML Sanitizer to remove only let through a whitelist of tags
6+
and attributes (so it removes all javascript). Also supports
7+
automatically adjusting the height of the webview to contain the
8+
contents you give it.
9+
510
Written by Thomas Parslow
611
([almostobsolete.net](http://almostobsolete.net) and
712
[tomparslow.co.uk](http://tomparslow.co.uk)) as part of Active Inbox
@@ -91,4 +96,4 @@ I'm [@almostobsolete](http://twitter.com/almostobsolete) on Twitter my
9196
email is [[email protected]](mailto:[email protected]) and
9297
you can find me on the web at
9398
[tomparslow.co.uk](http://tomparslow.co.uk) and
94-
[almostobsolete.net](http://almostobsolete.net)
99+
[almostobsolete.net](http://almostobsolete.net)

0 commit comments

Comments
 (0)