We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8ca89 commit a84dbe8Copy full SHA for a84dbe8
1 file changed
app/views/layouts/_head.html.erb
@@ -30,7 +30,7 @@
30
<% if SiteSetting['DonationsEnabled'] && (SiteSetting['LoadStripeEverywhere'] || controller_name == 'donations') %>
31
<%= javascript_include_tag "https://js.stripe.com/v3/" %>
32
<% end %>
33
-<%= javascript_include_tag "https://cdn.jsdelivr.net/npm/dompurify@2.2.9/dist/purify.min.js" %>
+<%= javascript_include_tag "https://cdn.jsdelivr.net/npm/dompurify@2.5.8/dist/purify.min.js" %>
34
<%= javascript_include_tag "/assets/community/#{@community.host.split('.')[0]}.js" %>
35
<%= javascript_include_tag 'application' %>
36
<script src="https://cdn.jsdelivr.net/npm/@codidact/co-design@latest/js/co-design.js" defer></script>
0 commit comments