diff --git a/.gitignore b/.gitignore
index 42ac7d7..54e11fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
+deploy/
resources/
_locales/
\ No newline at end of file
diff --git a/images/ss_excludedDomains.png b/images/ss_excludedDomains.png
new file mode 100644
index 0000000..a6d820a
Binary files /dev/null and b/images/ss_excludedDomains.png differ
diff --git a/index.html b/index.html
index d5576dc..9be5dd1 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,9 @@
Mostly Harmless Features
Mostly Harmless is currently under rapid development, so its features are constantly changing. Once v1.0.0 is released, I will list and demonstrate features here.
+
Privacy
+
Your browsing habits are your own, and you probably don't want every page you visit checked on reddit. Instead, Mostly Harmless can only look up pages when you click its icon if you so choose. Of course that could get tedious, so Mostly Harmless also supports excluding lookups based on domain and regular expression matches.
+
diff --git a/style.css b/style.css
index 4d52540..9738f2f 100644
--- a/style.css
+++ b/style.css
@@ -23,6 +23,7 @@ div.article{-moz-box-shadow:0px 1px 2px #fff;-webkit-box-shadow:0px 1px 2px #fff
div.article h2{font:24px 'Carter One', sans-serif;line-height:24px;margin:24px 0 12px;text-shadow:rgba(34,34,34,.8) 0 1px 2px;text-transform:capitalize;}
div.article h2:first-child{margin-top:0;}
div.article p{margin:0 0 12px;}
+div.article img[width="832"]{margin:0 -10px 12px;}
div.article ul{border-bottom:1px solid #848484;border-left:1px solid #121212;border-right:1px solid #848484;border-top:1px solid #121212;}
div.article ul li{border-bottom:1px solid #121212;border-left:1px solid #848484;border-right:1px solid #121212;border-top:1px solid #848484;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;_height:48px;height:48px;width:200px;}
div.article ul li a{background:url(icons/generic.png) 8px top no-repeat;color:#848484;display:block;font:10px Arial, Helvetica, sans-serif;line-height:6px;height:100%;text-decoration:none;padding:0 0 0 48px;width:152px;}