mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-13 12:33:26 +02:00
chore: add csp meta tag (#1325)
* chore: add csp meta tag * chore: add base-uri and form-action to csp tag Co-authored-by: Kishore B <kishorebsm8@gmail.com> --------- Co-authored-by: Kishore B <kishorebsm8@gmail.com>
This commit is contained in:
parent
17c6a0d049
commit
7be8d4863a
1 changed files with 2 additions and 1 deletions
|
|
@ -2,11 +2,12 @@
|
|||
<html lang="en" suppressHydrationWarning>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-src 'none'; object-src 'none'; base-uri 'self'; form-action 'self';">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000" />
|
||||
<link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Jam for JoinMarket</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue