As a W3C spec contributor, most of the work is in the open. Some users asked why they can’t see their own annotations when not logged in. Could it be possible to set as "Public" by default for our annotations. ## Some notes ### In `hypothesis/h` [version `@84c6283`](https://github.com/hypothesis/h/tree/84c6283) [Around this section](https://github.com/hypothesis/h/blob/84c62837cda5d717870a4a0d5ca2d669cd01f531/h/static/scripts/directives.coffee#L10) or [in `annotation.coffee` around `value.permissions`](https://github.com/hypothesis/h/blob/84c62837cda5d717870a4a0d5ca2d669cd01f531/h/static/scripts/directives/annotation.coffee#L13). ### Current `hypothesis/h @master branch` After some code reading, it feels like its not configurable. Closest to making it default might be to change [directives/privacy.coffee at line 67. Set `VISIBILITY_PUBLIC` instead of `VISIBILITY_PRIVATE`](https://github.com/hypothesis/h/blob/master/h/static/scripts/directives/privacy.coffee#L67).