Add `authuser` to blacklisted query params
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 459
- Avg merge
- 27d 1h
- Merged PRs (30d)
- 1
Description
A user was having trouble with Hypothesis preserving URL parameters on a Google Site she’s using:
- https://sites.google.com/gcds.net/bperiodshortstories/the-tell-tale-heart?authuser=0 (document_id = 946493)
- https://sites.google.com/gcds.net/bperiodshortstories/the-tell-tale-heart (document_id = 946414)
From [this Slack conversation](https://hypothes-is.slack.com/archives/C2BLQDKHA/p1589297848370800), Jon Udell recommended we add `authuser` to our blacklisted query params [here](https://github.com/hypothesis/h/blob/master/h/util/uri.py#L81).
**Additional context**
https://hypothesis.zendesk.com/agent/tickets/10012
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.