To avoid the escape on chrome we can revert it with mtmproxy. Once we get a request we check if we have `%7C` in the url and replace it with `|` I know it's not the most elegant solution but it's the only thing we can do at the moment. :rwood :tarek what do you think about it? try build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9143294f77662f93eec394e82f59a0337cc70511
Bug 1509835 Comment 16 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
To avoid the escape on chrome we can revert it with mtmproxy. Once we get a request we check if we have `%7C` in the url and replace it with `|` I know it's not the most elegant solution but it's the only thing we can do at the moment. :rwood :tarek what do you think about it? try build: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9143294f77662f93eec394e82f59a0337cc70511 One of the issue I see at the moment is having `%7C` in the url and changing that url by mistake.