Skip to content

Commit

Permalink
we dont need 3rd party fonts, lock it down
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 2, 2025
1 parent 48f7110 commit 32d19b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/web/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Application
"default-src 'self' https: http:",
"child-src 'self'",
"connect-src 'self' https: http: wss: ws:",
"font-src 'self' https: http:",
"font-src 'none'",
"frame-src 'self'",
"img-src 'self' https: http: data:",
"manifest-src 'self'",
Expand Down

0 comments on commit 32d19b2

Please sign in to comment.