Skip to content

Commit

Permalink
chore: ajout integrity pour jquery
Browse files Browse the repository at this point in the history
Julien Perrin committed Jun 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4cd1407 commit 71e03ce
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/src/http/site/pages/cgu.ejs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="/static/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/static/css/cgu.css" media="all">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
<script id="rgpd" node-env="<%= utils.nodeEnv %>" src="/static/js/rgpd.js"></script>
</head>

2 changes: 1 addition & 1 deletion backend/src/http/site/pages/faq_financeurs.ejs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="/static/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/static/css/faq.css" media="all">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
<script id="rgpd" node-env="<%= utils.nodeEnv %>" src="/static/js/rgpd.js"></script>
<script src="/static/js/faq.js"></script>
</head>
2 changes: 1 addition & 1 deletion backend/src/http/site/pages/faq_organismes.ejs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="/static/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/static/css/faq.css" media="all">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
<script id="rgpd" node-env="<%= utils.nodeEnv %>" src="/static/js/rgpd.js"></script>
<script src="/static/js/faq.js"></script>
<script>
2 changes: 1 addition & 1 deletion backend/src/http/site/pages/faq_stagiaires.ejs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="/static/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/static/css/faq.css" media="all">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
<script id="rgpd" node-env="<%= utils.nodeEnv %>" src="/static/js/rgpd.js"></script>
<script src="/static/js/faq.js"></script>
</head>
2 changes: 1 addition & 1 deletion backend/src/http/site/pages/homepage.ejs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="/static/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/static/css/home.css" media="all">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
<script id="rgpd" node-env="<%= utils.nodeEnv %>" src="/static/js/rgpd.js"></script>
</head>

2 changes: 1 addition & 1 deletion backend/src/http/site/pages/politique-confidentialite.ejs
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="/static/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/static/css/cgu.css" media="all">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-ZvpUoO/+PpLXR1lu4jmpXWu80pZlYUAfxl5NsBMWOEPSjUn/6Z/hRTt8+pR6L4N2" crossorigin="anonymous"></script>
<script id="rgpd" node-env="<%= utils.nodeEnv %>" src="/static/js/rgpd.js"></script>
</head>

0 comments on commit 71e03ce

Please sign in to comment.