summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xweb/taginfo.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/taginfo.rb b/web/taginfo.rb
index 7ce46be..27509f4 100755
--- a/web/taginfo.rb
+++ b/web/taginfo.rb
@@ -135,6 +135,7 @@ class Taginfo < Sinatra::Base
before '/api/*' do
content_type :json
expires next_update
+ headers['Access-Control-Allow-Origin'] = '*'
end
#-------------------------------------