Files
privacy-redirect/src
Jason Kim 8e11c48850 fix: add comments prefix for /foo/
Links that end in trailing slash but don't have "/comments/" should add
"/comments" prefix but don't because the regex match succeeds.  Fix the
regular expression to be more robust and add prefix for paths like

- /foo/
- /////foo
- /foo/////
- ////foo////

and not add prefix for paths like

- /comments/foo
- /////comments/foo
- /comments/////foo
- ////comments////foo
- ////comments////foo/////
2021-04-22 23:32:31 -07:00
..
2021-04-16 16:31:25 +03:00
2021-04-22 23:32:31 -07:00
2021-04-16 10:45:15 +10:00