mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:10:17 +08:00
10 lines
167 B
Ruby
10 lines
167 B
Ruby
class Sanitize
|
|
module Config
|
|
|
|
DISCOURSE_ONEBOX ||= freeze_config merge(ONEBOX,
|
|
attributes: merge(ONEBOX[:attributes], 'aside' => [:data])
|
|
)
|
|
|
|
end
|
|
end
|