gem 'webauthn', '~> 3.0.0.alpha1'
gem 'json-ld'
- gem 'json-ld-preloaded', '~> 3.1'
+ gem 'json-ld-preloaded', '~> 3.2'
gem 'rdf-normalize', '~> 0.4'
+gem 'redcarpet', '~> 3.5'
+
group :development, :test do
- gem 'fabrication', '~> 2.23'
+ gem 'fabrication', '~> 2.24'
gem 'fuubar', '~> 2.5'
gem 'i18n-tasks', '~> 0.9', require: false
gem 'pry-byebug', '~> 3.9'
config.action_mailer.delivery_method = ENV.fetch('SMTP_DELIVERY_METHOD', 'smtp').to_sym
config.action_dispatch.default_headers = {
- 'Server' => 'Mastodon',
- 'X-Frame-Options' => 'DENY',
- 'X-Content-Type-Options' => 'nosniff',
- 'X-XSS-Protection' => '0',
- 'Permissions-Policy' => 'interest-cohort=()',
+ 'Server' => 'Mastodon',
+ 'X-Frame-Options' => 'DENY',
+ 'X-Content-Type-Options' => 'nosniff',
- 'X-XSS-Protection' => '1; mode=block',
++ 'X-XSS-Protection' => '0',
+ 'Permissions-Policy' => 'interest-cohort=()',
+ 'Referrer-Policy' => 'same-origin',
- 'Strict-Transport-Security' => 'max-age=63072000; includeSubDomains; preload',
+ 'X-Clacks-Overhead' => 'GNU Natalie Nguyen'
}
config.x.otp_secret = ENV.fetch('OTP_SECRET')