Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.18 KB

File metadata and controls

34 lines (30 loc) · 1.18 KB

Third-Party Dependencies

ical.js

DOMPurify

  • Package: dompurify
  • Version: 3.3.1
  • Source: https://raw.githubusercontent.com/cure53/DOMPurify/3.3.1/dist/purify.js
  • Upstream repository: https://github.com/cure53/DOMPurify
  • Included file: vendor/purify.js (browser distribution from dist/purify.js)
  • License: Apache-2.0 OR MPL-2.0
  • Usage in this add-on:
    • Client-side sanitization of backend-provided Talk invitation HTML
    • Client-side sanitization of backend-provided Share/Password HTML templates
    • Client-side sanitization of backend-provided email-signature HTML templates
    • Runtime consumers:
      • modules/htmlSanitizer.js
      • modules/bgRouter.js
      • modules/ncSharing.js
      • modules/bgSignature.js
      • ui/talkDialog.js