tree: e536fd015871595468e5ae01e0b375c108f4d7e3 [path history] [tgz]
  1. android/
  2. BUILD.gn
  3. DEPS
  4. digital_asset_links_handler.cc
  5. digital_asset_links_handler.h
  6. digital_asset_links_handler_unittest.cc
  7. DIR_METADATA
  8. origin_verifier.cc
  9. origin_verifier.h
  10. OWNERS
  11. README.md
  12. response_header_verifier.cc
  13. response_header_verifier.h
  14. response_header_verifier_unittest.cc
components/content_relationship_verification/README.md

Content Relationship Verification

This component contains utilities to verify relationships between Web content and the embedder.

Verification methods

  • Digital Asset Links

    Utilities to facilitate making requests to the DigitalAssetLinks API on the Web.

    See documentation.

  • Response Header Verification

    Class that contains utilities to parse the X-Embedder-Ancestors- response header.

Browser URL Loader Throttle

URL loader throttle that aborts loading of http responses when no relationship between Web content and embedder was verified.