mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 00:03:37 +08:00
Merge pull request #948 from iancmyers/findery-onebox
Added Findery and Zappos entries to the Oneboxer::Whitelist.
This commit is contained in:
commit
f22a6a8a18
|
@ -1,8 +1,19 @@
|
|||
module Oneboxer
|
||||
#******************************************************************************#
|
||||
# #
|
||||
# Oneboxer already supports most sites using OpenGraph via the OpenGraphOnebox #
|
||||
# class. If the site you want to create a onebox for supports OpenGraph, #
|
||||
# please try adding the site to the whitelist below before creating a custom #
|
||||
# parser or template. #
|
||||
# #
|
||||
#******************************************************************************#
|
||||
|
||||
module Oneboxer
|
||||
|
||||
module Whitelist
|
||||
def self.entries
|
||||
[
|
||||
Entry.new(/^https?:\/\/(?:www\.)?findery\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?zappos\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?slideshare\.net\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?rottentomatoes\.com\/.+/),
|
||||
Entry.new(/^https?:\/\/(?:www\.)?cnn\.com\/.+/),
|
||||
|
|
Loading…
Reference in New Issue
Block a user