Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Aug 30, 2024
1 parent 227f058 commit 9bd3dc4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/ui/browserAction/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<!doctype html>
<html>
<head>
<meta http-equiv="content-security-policy" content="script-src 'self';img-src 'self'; font-src 'self'; connect-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none';"/>
<meta
http-equiv="content-security-policy"
content="script-src 'self';img-src 'self'; font-src 'self'; connect-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none';"
/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="popup.css" />
<link rel="stylesheet" href="../variables.css" />
Expand Down
5 changes: 4 additions & 1 deletion src/ui/pageAction/pageActionPopup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<!doctype html>
<html>
<head>
<meta http-equiv="content-security-policy" content="script-src 'self';img-src 'self'; font-src 'self'; connect-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none';"/>
<meta
http-equiv="content-security-policy"
content="script-src 'self';img-src 'self'; font-src 'self'; connect-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none';"
/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../variables.css" />
<link rel="stylesheet" href="./pageAction.css" />
Expand Down
5 changes: 4 additions & 1 deletion src/ui/settingsPage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<!doctype html>
<html>
<head>
<meta http-equiv="content-security-policy" content="script-src 'self';img-src 'self'; font-src 'self'; connect-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none';"/>
<meta
http-equiv="content-security-policy"
content="script-src 'self';img-src 'self'; font-src 'self'; connect-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none';"
/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../variables.css" />
<title>Mozilla VPN Settings</title>
Expand Down

0 comments on commit 9bd3dc4

Please sign in to comment.