Calendar is fullscreen
This commit is contained in:
@@ -5,21 +5,21 @@
|
||||
# https://guides.rubyonrails.org/security.html#content-security-policy-header
|
||||
|
||||
# Rails.application.configure do
|
||||
# config.content_security_policy do |policy|
|
||||
# policy.default_src :self, :https
|
||||
# policy.font_src :self, :https, :data
|
||||
# policy.img_src :self, :https, :data
|
||||
# policy.object_src :none
|
||||
# policy.script_src :self, :https
|
||||
# policy.style_src :self, :https
|
||||
# # Specify URI for violation reports
|
||||
# # policy.report_uri "/csp-violation-report-endpoint"
|
||||
# end
|
||||
#
|
||||
# # Generate session nonces for permitted importmap, inline scripts, and inline styles.
|
||||
# config.content_security_policy_nonce_generator = ->(request) { request.session.id.to_s }
|
||||
# config.content_security_policy_nonce_directives = %w(script-src style-src)
|
||||
#
|
||||
# # Report violations without enforcing the policy.
|
||||
# # config.content_security_policy_report_only = true
|
||||
# config.content_security_policy do |policy|
|
||||
# policy.default_src :self, :http, :unsafe_eval, :unsafe_inline
|
||||
# policy.font_src :self, :http, :data
|
||||
# policy.img_src :self, :http, :data
|
||||
# policy.object_src :none
|
||||
# policy.script_src :self, :unsafe_eval, :unsafe_inline
|
||||
# policy.style_src :self, :http
|
||||
# # Specify URI for violation reports
|
||||
# # policy.report_uri "/csp-violation-report-endpoint"
|
||||
# end
|
||||
# #
|
||||
# # # Generate session nonces for permitted importmap, inline scripts, and inline styles.
|
||||
# # config.content_security_policy_nonce_generator = ->(request) { request.session.id.to_s }
|
||||
# # config.content_security_policy_nonce_directives = %w(script-src style-src)
|
||||
# #
|
||||
# # # Report violations without enforcing the policy.
|
||||
# # # config.content_security_policy_report_only = true
|
||||
# end
|
||||
|
||||
Reference in New Issue
Block a user