You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nyastodon/config/initializers
Claire 1901829f9a Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `config/initializers/content_security_policy.rb`:
  Our config file is pretty different from upstream.
  Upstream changed CSP directive `script-src` to include
  `wasm-unsafe-eval` instead of `unsafe-eval`, which we
  did not include.
  Added `wasm-unsafe-eval` to `script-src` to fix
  execution of the OCR web worker.
- `package.json`:
  Upstream updated a dependency (`array-includes`) textually
  adjacent to a glitch-soc-only dependency (`atrament`).
  Updated `array-includes` as upstream did.
2 years ago
..
0_duplicate_migrations.rb
0_post_deployment_migrations.rb
1_hosts.rb
2_whitelist_mode.rb
active_model_serializers.rb
application_controller_renderer.rb
assets.rb
backtrace_silencers.rb
blacklists.rb
cache_buster.rb
chewy.rb Change search indexing to use batches to minimize resource usage (#18451) 2 years ago
content_security_policy.rb Merge branch 'main' into glitch-soc/merge-upstream 2 years ago
cookies_serializer.rb
cors.rb
devise.rb
doorkeeper.rb Fix confirmation redirect to app without `Location` header (#18523) 2 years ago
fast_blank.rb
ffmpeg.rb
filter_parameter_logging.rb
http_client_proxy.rb Support "http_hidden_proxy" ENV var for hidden service only proxy (#18427) 2 years ago
httplog.rb
inflections.rb Add user content translations with configurable backends (#19218) 2 years ago
json_ld.rb
kaminari_config.rb
locale.rb Actually fix config/locales-glitch not overriding translation strings (#1872) 2 years ago
mail_delivery_job.rb
makara.rb
mime_types.rb
oj.rb
omniauth.rb Fix CAS_DISPLAY_NAME, SAML_DISPLAY_NAME and OIDC_DISPLAY_NAME being ignored (#18568) 2 years ago
open_uri_redirection.rb
paperclip.rb Add `Cache-Control` header to openstack-stored files (#20610) 2 years ago
permissions_policy.rb
pghero.rb
preload_link_headers.rb
premailer_rails.rb
rack_attack.rb Fix rate limiting for paths with formats (#20675) 2 years ago
rack_attack_logging.rb
session_activations.rb
session_store.rb
sidekiq.rb Fix vacuum scheduler missing lock, locks never expiring (#19458) 2 years ago
simple_form.rb Add “Glitch-only” label to glitch-specific settings 2 years ago
single_user_mode.rb
statsd.rb
stoplight.rb Fix opening and closing Redis connections instead of using a pool (#18171) 2 years ago
strong_migrations.rb
suppress_csrf_warnings.rb
trusted_proxies.rb
twitter_regex.rb
vapid.rb
webauthn.rb
wrap_parameters.rb