Allow iD to access wikidata
This commit is contained in:
parent
4eb6267f45
commit
9227f6aecd
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class SiteController < ApplicationController
|
|||
append_content_security_policy_directives(
|
||||
:connect_src => %w[*],
|
||||
:img_src => %w[* blob:],
|
||||
:script_src => %w[dev.virtualearth.net *.wikipedia.org 'unsafe-eval']
|
||||
:script_src => %w[dev.virtualearth.net *.wikipedia.org www.wikidata.org 'unsafe-eval']
|
||||
)
|
||||
|
||||
render "id", :layout => false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue