Fix error when Origin header is null
This moves settings overrides to application.rb. Overriding the settings in an initializer will be too late since the values will already be used and copied to certain classes. We move this to application.rb right after the load_defaults call. Changelog: fixed
Showing
Please register or sign in to comment