Skip to content

Commit 5244a00

Browse files
druberyDaniel Rubery
andauthored
Add well-known route for Device Bound Session Credentials (#54328)
This supports the Web Platform Tests for session registration from a subdomain being added in https://crrev.com/c/6847053. Co-authored-by: Daniel Rubery <drubery@chromium.org>
1 parent 0114162 commit 5244a00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/serve/serve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ def add_mount_point(self, url_base, path):
801801
("*", "/.well-known/private-aggregation/*", handlers.PythonScriptHandler),
802802
("GET", "/.well-known/shared-storage/trusted-origins", handlers.PythonScriptHandler),
803803
("*", "/.well-known/web-identity", handlers.PythonScriptHandler),
804+
("*", "/.well-known/device-bound-sessions", handlers.PythonScriptHandler),
804805
("*", "*.py", handlers.PythonScriptHandler),
805806
("GET", "*", handlers.FileHandler)
806807
]

0 commit comments

Comments
 (0)