Skip to content

Commit

Permalink
Fix issue GHSA-fv5r-wx7c-p7h5 reported by @flokoe
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jun 8, 2024
1 parent 3cbde8c commit c179f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/lynx_web/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="theme-color" content="#ffffff">

<!-- Font -->
<link href="//fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet" />

<!-- Plugin -->
<link rel="stylesheet" type="text/css" href={Routes.static_path(@conn, "/theme/app/css/plugin/swiper-bundle.min.css")}>
Expand Down Expand Up @@ -50,8 +50,8 @@
<%= @inner_content %>

<!-- Plugin -->
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.7.10/vue.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/axios/1.3.4/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.7.10/vue.min.js" integrity="sha384-RyJao284s+5Z7X0QVo5uKszbojnincJ/kOrcTIqKC/Pi8EVOF6BFTE9xw52unBjU" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.3.4/axios.min.js" integrity="sha384-es0HiLUGcrrPhNqo0EwhhpDeHORxK3d+EVccCFO0RFLRxu7d77SO3Y1/rR2c/Vdl" crossorigin="anonymous"></script>

<script src={Routes.static_path(@conn, "/theme/app/js/plugin/jquery.min.js")}></script>
<script src={Routes.static_path(@conn, "/theme/app/js/plugin/bootstrap.bundle.min.js")}></script>
Expand Down

0 comments on commit c179f13

Please sign in to comment.