tor-browser

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

sri.idl (377B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Subresource Integrity (https://w3c.github.io/webappsec-subresource-integrity/)
      5 
      6 dictionary IntegrityViolationReportBody : ReportBody {
      7  USVString documentURL;
      8  USVString blockedURL;
      9  USVString destination;
     10  boolean   reportOnly;
     11 };