Skip to content

Commit

Permalink
Merge pull request #29 from takahashim/fix-admin-css
Browse files Browse the repository at this point in the history
fix css for admin
  • Loading branch information
ayuki-joto authored Apr 6, 2024
2 parents 154a9c7 + b3653de commit f8f8db0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 32 deletions.
24 changes: 0 additions & 24 deletions app/packs/stylesheets/decidim/admin/application.scss

This file was deleted.

16 changes: 8 additions & 8 deletions config/initializers/decidim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,14 @@
config.allow_open_redirects = Rails.application.secrets.decidim[:allow_open_redirects] if Rails.application.secrets.decidim[:allow_open_redirects].present?

config.content_security_policies_extra = {
"default-src" => '*',
"img-src" => '*',
"media-src" => '*',
"script-src" => '*',
"style-src" => '*',
"font-src" => '*',
"frame-src" => '*',
"connect-src" => '*',
"default-src" => "*",
"img-src" => "*",
"media-src" => "*",
"script-src" => "*",
"style-src" => "*",
"font-src" => "*",
"frame-src" => "*",
"connect-src" => "*"
}
end

Expand Down

0 comments on commit f8f8db0

Please sign in to comment.