From ec0525ff3781358fa5e0040f7b04f5bdb5bc40e7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 19 Apr 2013 12:51:06 -0700 Subject: [PATCH] add HTG to the onebox opengraph whitelist --- lib/oneboxer/whitelist.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/oneboxer/whitelist.rb b/lib/oneboxer/whitelist.rb index 7d3300c4f6..8197318fcb 100644 --- a/lib/oneboxer/whitelist.rb +++ b/lib/oneboxer/whitelist.rb @@ -73,6 +73,7 @@ module Oneboxer Entry.new(/^https?:\/\/(?:www\.)?thinkgeek\.com\/.+/), Entry.new(/^https?:\/\/(?:www\.)?theonion\.com\/.+/), Entry.new(/^https?:\/\/(?:www\.)?tumblr\.com\/.+/, false), + Entry.new(/^https?:\/\/(?:www\.)?howtogeek\.com\/.+/, false), Entry.new(/\/\d{4}\/\d{2}\/\d{2}\//, false), # wordpress ] end