Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webmachinelearning/writing-assistance-apis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: webmachinelearning/writing-assistance-apis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: user-activation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 27, 2025

  1. Add more privacy mitigations to downloading

    * Require and consume user activation.
    * Explicitly allow the user agent to show a prompt or download UI.
    domenic committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    eceee65 View commit details
    Browse the repository at this point in the history
  2. Add more anti-fingerprinting mitigations

    This includes a couple updates to the algorithms, for download status masking and avoiding actual download cancelation, plus extensive discussion of those mitigations and others in the new "Privacy considerations" section.
    
    See webmachinelearning/translation-api#3 and webmachinelearning/translation-api#10.
    domenic committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    ca140e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e0cbda View commit details
    Browse the repository at this point in the history
  4. Add security considerations

    domenic committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    f332f0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f9c3bd View commit details
    Browse the repository at this point in the history
Loading