add HTG to the onebox opengraph whitelist

This commit is contained in:
Jeff Atwood 2013-04-19 12:51:06 -07:00
parent d44b73c17a
commit ec0525ff37

View File

@ -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