We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b1edd commit 5bab4c9Copy full SHA for 5bab4c9
config/application.rb
@@ -88,6 +88,8 @@ class Application < Rails::Application
88
config.action_dispatch.default_headers.merge!(
89
"Cross-Origin-Opener-Policy" => "same-origin"
90
)
91
+
92
+ config.flipper.preload = false
93
end
94
95
def self.config
0 commit comments