Skip to content

Commit

Permalink
Merge branch 'hotfix/6.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed May 12, 2023
2 parents dce281b + 3ca0578 commit 37370eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/initializers/00_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Application
module Version
MAJOR = 6
MINOR = 7
PATCH = 3
PATCH = 4

STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down
5 changes: 3 additions & 2 deletions config/initializers/content_security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
'https://*.googleapis.com',
'http://localhost:3035', 'ws://localhost:3035'
else
policy.connect_src :self, Rails.configuration.tutor_url.to_s
policy.connect_src :self, Rails.configuration.tutor_url.to_s,
'https://cdn.jsdelivr.net/npm/mathjax@3/'
end

policy.font_src :self, 'https://fonts.gstatic.com',
'https://cdn.jsdelivr.net/npm/@mdi/[email protected]/',
'https://cdn.jsdelivr.net/npm/mathjax@3/'
Expand Down

0 comments on commit 37370eb

Please sign in to comment.