Bug 1824910 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I have also noticed that the code changes the scheme to Lowercase. e.g.

```
//# sourceURL=FireMonkey://UserScript/....
```

will be shown as

```
firemonkey://
 -- UserScript/....
```

While it is understandable in case of real schemes (http/https/...), they are not the only possibility.
I have also noticed that the code changes the scheme to Lowercase. e.g.

```
//# sourceURL=FireMonkey://UserScript/....

// --- or

//# sourceURL=FireMonkey:UserScript/....
```

will be shown as

```
firemonkey://
 -- UserScript/....
```

While it is understandable in case of real schemes (http/https/...), they are not the only possibility.

Back to Bug 1824910 Comment 10