DNS rebinding protection #831
-
Pre-submission Checklist
Question Category
Your QuestionThe v1.4.0 version has introduced DNS rebinding protection To be able to access my local development environment via a custom domain ( dev.local.com ), I create a DNS lookup locally to point localhost to dev.local.com, but with above update this causes it to break as reaching As part of release notes for v1.40, the Introduced DNS rebinding protection section states that The option to remove this protection will be removed in v1.6.0. But the question is what exactly will be removed ? The |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi!
This means that for some time there will be two options to disable the protections – the I hope this makes it clearer, sorry for the confusion. I will also try to improve the wording in the release notes. |
Beta Was this translation helpful? Give feedback.
Hi!
DisableLocalhostProtectionwill stay as a option, where the developer would like to opt out of the protections while understanding the security implications. What will be removed is theMCPGODEBUGparameter that affects the default behavior – inv1.6.0the default will be for the protection to be enabled.This means that for some time there will be two options to disable the protections – the
DisableLocalhostProtectionandMCPGODEBUG. The former is more future proof and if you can, you should use that one.MCPGODEBUGwas only introduced for people that are affected by the default behavior change, but changing the source code within their development/release processes will take some ti…