Fix Style/TrailingCommaInHashLiteral
cop (#30004)
This commit is contained in:
parent
c7384adc00
commit
369b2ef0ed
3 changed files with 3 additions and 11 deletions
|
@ -44,8 +44,8 @@ Rails.application.configure do
|
|||
config.force_ssl = true
|
||||
config.ssl_options = {
|
||||
redirect: {
|
||||
exclude: ->(request) { request.path.start_with?('/health') || request.headers['Host'].end_with?('.onion') || request.headers['Host'].end_with?('.i2p') }
|
||||
}
|
||||
exclude: ->(request) { request.path.start_with?('/health') || request.headers['Host'].end_with?('.onion') || request.headers['Host'].end_with?('.i2p') },
|
||||
},
|
||||
}
|
||||
|
||||
# Info include generic and useful information about system operation, but avoids logging too much
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue