tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

private-aggregation-permissions-policy-self.https.sub.html.ini (672B)


      1 [private-aggregation-permissions-policy-self.https.sub.html]
      2  [In a page with "private-aggregation=(self)" permissions policy, initialize the worklet via sharedStorage.worklet.addModule(), and then execute contributeToHistogram() inside the worklet]
      3    expected: FAIL
      4 
      5  [In a page with "private-aggregation=(self)" permissions policy, createWorklet() with same-origin script, and then execute contributeToHistogram() inside the worklet]
      6    expected: FAIL
      7 
      8  [In a page with "private-aggregation=(self)" permissions policy, createWorklet() with cross-origin script and script data origin, and then execute contributeToHistogram() inside the worklet]
      9    expected: FAIL