Skip to content

Commit

Permalink
fixed embedding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmebasti committed Apr 29, 2022
1 parent 145ae50 commit 7aa72bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scripts/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const DIST_DIR = './dist';
express()
.use(
helmet.contentSecurityPolicy({
useDefaults: true,
directives: {
defaultSrc: ["'self'", 'https://*.firebasedatabase.app'],
fontSrc: ["'self'", 'data:'],
Expand Down
1 change: 1 addition & 0 deletions src/modules/arcade/tetris/tetris.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.main {
outline: none;
font-family: sans-serif;
border-radius: 25px;
background-color: #00a1e0;
Expand Down

0 comments on commit 7aa72bb

Please sign in to comment.