| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
case pathHasPrefixFold(path, `\\.\UNC`):Should this also handle `\\?\unc` and `\??\unc` ?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
case pathHasPrefixFold(path, `\\.\UNC`):Should this also handle `\\?\unc` and `\??\unc` ?
Good catch, yes. Will do that in a follow-up PR.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |