mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-12-04 19:26:09 +03:00
.. | ||
cookie_craving.cc | ||
cookie_craving.h | ||
DEPS | ||
DIR_METADATA | ||
OWNERS | ||
README.md | ||
registration_fetcher_param.cc | ||
registration_fetcher_param.h | ||
registration_fetcher.cc | ||
registration_fetcher.h | ||
session_binding_utils.cc | ||
session_binding_utils.h | ||
session_inclusion_rules.cc | ||
session_inclusion_rules.h | ||
session_json_utils.cc | ||
session_json_utils.h | ||
session_params.cc | ||
session_params.h | ||
session_service_impl.cc | ||
session_service_impl.h | ||
session_service.cc | ||
session_service.h | ||
session.cc | ||
session.h | ||
test_util.cc | ||
test_util.h | ||
unexportable_key_service_factory.cc | ||
unexportable_key_service_factory.h |
Implementation of DBSC, https://github.com/WICG/dbsc/blob/main/README.md.
Currently in the prototyping stage and only supported on windows.
Chromium Bugs tree: https://issues.chromium.org/issues/355059881/dependencies
Related documents can be found in https://drive.google.com/drive/folders/1xL5GnXS6XtBlf96UROkW4gAbvsInB-Fd. Documents here are specific to the Chromium implementation, or motivation behind design choices. For generic DBSC docs they should go to the public Github at https://github.com/WICG/dbsc.