See comment:8 in legacy/trac#32547 (moved), where phw tells a bridge operator that they need to set BridgeDistribution to "none", because using "None" is not right.
That isn't a good user experience, and it's easy to fix.
One option is that inside check_bridge_distribution_setting() when we do if (!strcmp(bd, RECOGNIZED[i])) we should do strcasecmp instead. That is, don't complain if it's a recognized value and the only issue is that it's not all lowercase.
But a better option imo is that we lowercase it in place first, so that if the user types None, bridgedb still sees none.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
I would vote 'no backport' for this one, since it's not a security fix and other components are going to have to tolerate the old behavior for a while anyway.
(Also because my high level backport policy is "by default, no backport", with the goal of making the changelogs in new Tor stables small enough that Debian won't be horrified.)