Skip to content

Commit

Permalink
remove crossorigin="anonymous"
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss authored May 8, 2023
1 parent d4990de commit 3547b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Log Reader</title>
<link rel="stylesheet" href="<?= $bootstrapCssUrl ?>" crossorigin="anonymous">
<link rel="stylesheet" href="<?= $bootstrapCssUrl ?>">
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 3547b5c

Please sign in to comment.