Skip to content

Commit

Permalink
fix: added 127.0.0.1:5600 to default-src
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jun 21, 2021
1 parent 50302c4 commit 30d52a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -5,7 +5,7 @@
<title>ActivityWatch</title>
<link rel="icon" type="image/png" href="/static/logo.png">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 127.0.0.1:5666 *:27180 ws://*:27180 https://api.github.com/repos/ActivityWatch/activitywatch/releases/latest; img-src 'self' data:; font-src 'self' data:; style-src 'self' 'unsafe-inline'; child-src 'none'; object-src 'none'; script-src 'self' 'unsafe-eval'">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 127.0.0.1:5600 127.0.0.1:5666 *:27180 ws://*:27180 https://api.github.com/repos/ActivityWatch/activitywatch/releases/latest; img-src 'self' data:; font-src 'self' data:; style-src 'self' 'unsafe-inline'; child-src 'none'; object-src 'none'; script-src 'self' 'unsafe-eval'">
</head>
<body>
<noscript>
Expand Down

1 comment on commit 30d52a4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.10.0 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.10.0 (click to expand)

CML watermark

Please sign in to comment.