diff options
author | Marcin Rataj <lidel@lidel.org> | 2017-10-21 17:19:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 17:19:46 +0200 |
commit | 362ba18d975b7241222881441c1f0f6bbcedae1f (patch) | |
tree | c3f1ff48ac73b4a1997b93a7649103ed0c2956b0 /plugin.rb | |
parent | ca8318bce8ae84264abd8361e05d1914d3325106 (diff) | |
parent | 88f108f551836399b8f79b434a24e63db8d43d21 (diff) | |
download | discourse-umap-362ba18d975b7241222881441c1f0f6bbcedae1f.tar.gz |
Merge pull request #3 from lidel/fix-issue-2
Iframe fix and maintenance
Diffstat (limited to 'plugin.rb')
-rw-r--r-- | plugin.rb | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,10 +1,7 @@ # name: OpenStreetMap Onebox -# version: 0.1 +# version: 0.2 # authors: Marcin Rataj -# whitelist raw iframes posted by users -register_asset('javascripts/iframe_whitelist.js', :server_side) - class Onebox::Engine::OpenStreetMapOnebox include Onebox::Engine |