Forum Discussion
josh_bodner
Jun 15, 2021Former Employee
Dev channel update to 93.0.916.1 is live
Hello Insiders! Today we’re releasing build 93.0.916.1 to the Dev channel. Alongside this, we’re excited to announce a campaign to spur extension development and usage: https://techcommunity.micro...
josh_bodner
Jun 24, 2021Former Employee
the sorting of site names in the password list changed from an intelligent sort by eTLD+1 then the prefix to sorting by the entire host name.
rshupak Looks like that was indeed an unintentional change! The fix should be in Dev this week or next week. Thanks for finding this!
rshupak
Jun 24, 2021Iron Contributor
josh_bodner Great news!
Any chance that the sorting of other host names can be fixed too. As I noted before, the allow/block/clear lists for cookies on edge://settings/content/cookies, the don't clear list on edge://settings/clearBrowsingDataOnClose, as well as edge://settings/privacy/trackingPreventionExceptions. These all use sort by reversing all components, for example
This should be
- aaa.aaa.com
- bbb.aaa.com
- aaa.aaa.org
- aaa.bbb.com
- bbb.bbb.com
- bbb.bbb.org
Rich