Skip to content

Commit d870557

Browse files
(chore): apply new integrity
1 parent 66e5449 commit d870557

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/Assets/Assets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ class Assets
88
{
99
private static array $defaultScripts = [
1010
'jquery-ui-core' => [
11-
'url' => 'https://code.jquery.com/ui/1.14.0/jquery-ui.min.js',
12-
'integrity' => 'sha256-Fb0zP4jE3JHqu+IBB9YktLcSjI1Zc6J2b6gTjB0LpoM=',
11+
'url' => 'https://code.jquery.com/ui/1.14.1/jquery-ui.min.js',
12+
'integrity' => 'sha384-SStJQoPipVtHHnIgUfDI+jTAbSyU+HMbhwt2XRRNpLIRFg9VguopT6Y4+cdOlkqg',
1313
'deps' => ['jquery'],
1414
],
1515
'jquery-migrate' => [
1616
'url' => 'https://code.jquery.com/jquery-migrate-3.5.2.min.js',
17-
'integrity' => 'sha256-ocUeptHNod0gW2X1Z+ol3ONVAGWzIJXUmIs+4nUeDLI=',
17+
'integrity' => 'sha384-q8xaSZ1piumPohq/TeRG7Teq801W0tUq/00Kt0PcnM9d4hb3w9+vMocDmnPq72ts',
1818
],
1919
];
2020

htdocs/wp-content/themes/owc-formulieren/templates/mijn-zaken/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta charset="utf-8">
88
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
99
<link rel="profile" href="http://gmpg.org/xfn/11">
10-
<script src="https://cdn1.readspeaker.com/script/8150/webReader/webReader.js?pids=wr" integrity="sha384-rsCXWMf9uVXxs3+ey7sDOpe9+tvFYoXPEH+7YlfuoKRcncempgi4EWLYFdT/8cWD" crossorigin="anonymous"></script>
10+
<script src="https://cdn1.readspeaker.com/script/8150/webReader/webReader.js?pids=wr" integrity="sha384-cNMxmSTjQPcJhhwDas45IOziCSo0swILDD3Oe980VxpnYcDWtGBU9eUf5wkVaLOI" crossorigin="anonymous"></script>
1111
<link href="<?php echo get_template_directory_uri(); ?>/assets/dist/fontawesome/css/fontawesome.min.css" rel="stylesheet">
1212
<link href="<?php echo get_template_directory_uri(); ?>/assets/dist/fontawesome/css/brands.min.css" rel="stylesheet">
1313
<link href="<?php echo get_template_directory_uri(); ?>/assets/dist/fontawesome/css/solid.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)