Skip to content

Update Privacy section to clarify network change#29

Merged
mingyc merged 3 commits into
WICG:mainfrom
mingyc:clarify-network-change
Sep 14, 2022
Merged

Update Privacy section to clarify network change#29
mingyc merged 3 commits into
WICG:mainfrom
mingyc:clarify-network-change

Conversation

@mingyc

@mingyc mingyc commented Sep 5, 2022

Copy link
Copy Markdown
Collaborator

Update Privacy section to clarify why beacon needs to be stopped when network changes (#27 #28)

Also added links to related privacy discussions: #3, #27, #30, #34
Updated beacon TTL to 30min per suggestion in #16 (comment)

mingyc added 2 commits August 29, 2022 17:16
* Removed `index.html` from `main`. Now it's auto-generated from
  `index.bs` and put into `gh-pages` branch. Available at https://wicg.github.io/unload-beacon/
* Fixed broken super-linter badge.

Related: WICG#22
network changes

Specifically, beacons should not leak information that it should not
know, which only happens when a page goes into bfcache

Fix WICG#28
@mingyc mingyc requested a review from fergald September 5, 2022 09:03
Comment thread README.md
Authors: [Darren Willis](https://github.com/darrenw), [Fergal Daly](https://github.com/fergald), [Ming-Ying Chung](https://github.com/mingyc) - Google

[![Super-Linter](https://github.com/WICG/unload-beacon/workflows/linter.yml/badge.svg)](https://github.com/WICG/unload-beacon/actions/workflows/super-linter.yml)
[![Super-Linter](https://github.com/WICG/unload-beacon/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/WICG/unload-beacon/actions/workflows/super-linter.yml)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like it shouldn't be in this change.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry this is already commited to main branch. Not sure how to remove it from this PR but should be no-op on merging.

Comment thread README.md Outdated
* Beacons are only sent over the same network that was active when the beacon was registered
(e.g. if the user goes offline and moves to a new network, discard pending beacons).
* Beacons must not leak information that a page should not know when it is in bfcache,
e.g. if network changes after a page goes into bfcache, the beacon should not be sent; if the page then goes out of bfcache, the beacon can be sent.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could suggest

"if the page is then restored from bfcache"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@mingyc mingyc merged commit 611df04 into WICG:main Sep 14, 2022
github-actions Bot added a commit that referenced this pull request Sep 14, 2022
SHA: 611df04
Reason: push, by @mingyc

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@mingyc mingyc deleted the clarify-network-change branch October 26, 2022 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants