Adds SRI check for the remote pusher asset

parent 5419c02a
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<script src="{{ mix('js/app.js') }}"></script> <script src="{{ mix('js/app.js') }}"></script>
<?php if (is_module_enabled('Notification')): ?> <?php if (is_module_enabled('Notification')): ?>
<script src="https://js.pusher.com/4.1/pusher.min.js"></script> <script src="https://js.pusher.com/4.1.0/pusher.min.js" integrity="sha384-e9MoFh6Cw/uluf+NZ6MJwfJ1Dm7UOvJf9oTBxxCYDyStJeeAF0q53ztnEbLLDSQP" crossorigin="anonymous"></script>
<script src="{{ Module::asset('notification:js/pusherNotifications.js') }}"></script> <script src="{{ Module::asset('notification:js/pusherNotifications.js') }}"></script>
<script> <script>
$('.notifications-list').pusherNotifications({ $('.notifications-list').pusherNotifications({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment