You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two fixes, both of which would be sufficient on their own, but are both
still worth doing:
- redirect /.detail/ URLs to always use canonical link names. For
example, for a go/foo link, a request to /.detail/F-O-O will redirect
to /.detail/foo.
- use the canonical link short name for xsrf token generation and
validation, rather than the user-provided short name.
Fixes#128
Signed-off-by: Will Norris <[email protected]>
0 commit comments