Skip to content

Commit

Permalink
restore stats css and csp header changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Sep 27, 2023
1 parent 8f26c6b commit 301aecf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
2 changes: 1 addition & 1 deletion apps/block_scout_web/assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
@import "components/epoch_tile";
@import "components/campaign_banner";
@import "components/dashboard-banner";
@import "components/datastudio";
@import "components/stats";
@import "components/icon-link";
@import "components/badge";
@import "components/description-list";
Expand Down
79 changes: 0 additions & 79 deletions apps/block_scout_web/assets/css/components/_datastudio.scss

This file was deleted.

2 changes: 1 addition & 1 deletion apps/block_scout_web/lib/block_scout_web/csp_header.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule BlockScoutWeb.CSPHeader do
img-src 'self' * data: https://*.google-analytics.com https://*.googletagmanager.com;\
media-src 'self' * data:;\
font-src 'self' 'unsafe-inline' 'unsafe-eval' https://fonts.gstatic.com data:;\
frame-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google.com https://datastudio.google.com/;\
frame-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google.com https://datastudio.google.com/ https://lookerstudio.google.com/;\
"
})
end
Expand Down

0 comments on commit 301aecf

Please sign in to comment.