Skip to content

Commit

Permalink
Make private browsing consideration specific to extensions (#99)
Browse files Browse the repository at this point in the history
For regular web clients, the browser will handle this
  • Loading branch information
fsteeg committed Jul 13, 2023
1 parent b4bb60e commit d077a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,8 @@ <h3>Persistent data</h3>
<ul>
<li>Reconciliation clients MAY introduce new state that persists across browsing sessions for persisting <a>reconciliation queries</a>,
the service's <a>reconciliation results</a>, and/or the user's selection of matches.</li>
<li>Reconciliation clients running in a browser’s <em>Private Browsing</em> or <em>Incognito</em> mode SHOULD NOT store <a>reconciliation queries</a>, the service's <a>reconciliation results</a>, or the user's selection of matches.
<li>Reconciliation clients implemented as browser extensions running in <em>Private Browsing</em> or <em>Incognito</em> mode SHOULD NOT store <a>reconciliation queries</a>,
the service's <a>reconciliation results</a>, or the user's selection of matches.</li>
<li>Reconciliation services currently don't introduce new state that persists across browsing sessions (but that may change with <a href="https://github.com/reconciliation-api/specs/issues/30">#30</a>).</li>
</li>
</ul>
Expand Down

0 comments on commit d077a04

Please sign in to comment.