Skip to content

Commit

Permalink
Fix #1038: Introduce Content Security Policies to app's pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal committed Nov 21, 2023
1 parent 164a4ee commit d471af3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'sha256-qbp3hZ/0RHQsFWCIEjz9lX+cjplF1auCSxLqH97sYfk='">

<title>Time to Leave</title>

Expand Down
1 change: 1 addition & 0 deletions src/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html data-theme="" lang="en">

<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'sha256-qbp3hZ/0RHQsFWCIEjz9lX+cjplF1auCSxLqH97sYfk='">
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="../node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="../css/styles.css">
Expand Down
1 change: 1 addition & 0 deletions src/workday-waiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html data-theme="" lang="en">

<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'sha256-qbp3hZ/0RHQsFWCIEjz9lX+cjplF1auCSxLqH97sYfk='">
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="../css/styles.css">

Expand Down

0 comments on commit d471af3

Please sign in to comment.