tree: 0c2feffebf25184557dca4dd6521e92e6b268372 [path history] [tgz]
  1. android/
  2. BUILD.gn
  3. content_relationship_verification_constants.cc
  4. content_relationship_verification_constants.h
  5. DEPS
  6. digital_asset_links_handler.cc
  7. digital_asset_links_handler.h
  8. digital_asset_links_handler_unittest.cc
  9. DIR_METADATA
  10. origin_verifier.cc
  11. origin_verifier.h
  12. OWNERS
  13. README.md
  14. response_header_verifier.cc
  15. response_header_verifier.h
  16. 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.