Hi @Ewan Watson ,
I checked edge://compat/enterprise , it ignores the second entry. I tried <site url="mysamplesite.com/*/level/second "> but it displays in edge://compat/enterprise but it doesn't work.
How to introduce # sign in URL in sitelist.xml?
The Enterprise Mode schema v.2 guidance documentation mentions some considerations about this configuration file that you may have overlooked. It mentions that some symbols(such as *
, &
) can cause the compatibility list to run unexpectedly.
I also reproduced your issue, it seems that Edge can not parse urls with the '#' symbol correctly. So I recommend that you modify these in symbols to conform to the specification, and I think this should be work for you. I have tested with some docs sites and it works fine based on your requirement. Something like this:
Regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.