Skip to content

Commit

Permalink
fix: added more csp nonce tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars- committed Oct 12, 2023
1 parent cae95f5 commit a4c7f60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<span class="conv-add-to-calendar conv-action glyphicon glyphicon-calendar" data-toggle="tooltip"
data-placement="bottom" title="{{ __("Add to calendar") }}" aria-label="{{ __("Add to calendar") }}"
role="button"></span>
<script>
<script {!! \Helper::cspNonceAttr() !!}>
const addToCalendar = {
'route': '{{route('ljpccalendarmodule.ajax')}}',
'translationBusy': '{{__('Busy')}}',
Expand Down

0 comments on commit a4c7f60

Please sign in to comment.