We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c823da8 commit 2059685Copy full SHA for 2059685
1 file changed
config/environments/development.rb
@@ -58,6 +58,10 @@
58
# Raises error for missing translations.
59
# config.i18n.raise_on_missing_translations = true
60
61
+ # In development, bypass Rails 6 DNS rebinding attack protection
62
+ # to allow access by default hostname, container host, etc.
63
+ config.hosts.clear
64
+
65
# Annotate rendered view with file names.
66
config.action_view.annotate_rendered_view_with_filenames = true
67
0 commit comments