Skip to content

Commit 8857440

Browse files
authored
Merge pull request #76 from Laravel-Backpack/fix-browser-field-integrity
fix browse integrity check
2 parents 4760388 + f353d72 commit 8857440

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/views/fields/browse.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656

5757
@push('crud_fields_scripts')
5858
{{-- include browse server js --}}
59-
@basset('https://cdn.jsdelivr.net/npm/jquery-colorbox@1.6.4/jquery.colorbox.min.js', true, [
60-
'integrity' => 'sha384-nRGTVvv4Qn110QBA9rXeSIVNgDwYTg+ZqPaUquO44OQaVASFOVFo5beRb62KFOu/',
59+
@basset('https://cdn.jsdelivr.net/npm/jquery-colorbox@1.6.4/jquery.colorbox.js', true, [
60+
'integrity' => 'sha256-WYuzmp4s4GsP0fs+5V6iHJVa+ZbXywhZgnHyaJ95vSU=',
6161
'crossorigin' => 'anonymous'
6262
])
6363
@bassetBlock('backpack/pro/fields/browse-field.js')

resources/views/fields/browse_multiple.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595

9696
@push('crud_fields_scripts')
9797

98-
@basset('https://cdn.jsdelivr.net/npm/jquery-colorbox@1.6.4/jquery.colorbox.min.js', true, [
99-
'integrity' => 'sha384-nRGTVvv4Qn110QBA9rXeSIVNgDwYTg+ZqPaUquO44OQaVASFOVFo5beRb62KFOu/',
98+
@basset('https://cdn.jsdelivr.net/npm/jquery-colorbox@1.6.4/jquery.colorbox.js', true, [
99+
'integrity' => 'sha256-WYuzmp4s4GsP0fs+5V6iHJVa+ZbXywhZgnHyaJ95vSU=',
100100
'crossorigin' => 'anonymous'
101101
])
102102
@basset('https://raw.githubusercontent.com/jquery/jquery-ui/refs/tags/1.13.2/dist/jquery-ui.min.js', true, [

0 commit comments

Comments
 (0)