Skip to content

Commit

Permalink
Bug 1930745 [wpt PR 49126] - Add Shared Storage trusted origins route…
Browse files Browse the repository at this point in the history
… to RoutesBuilder (attempt 2), a=testonly

Automatic update from web-platform-tests
Add Shared Storage trusted origins route to RoutesBuilder (#49126)

We add a route for /.well-known/shared-storage/trusted-origins to RoutesBuilder in order to test custom data origins for shared storage.

See the explainer update: WICG/shared-storage#198.

(This is a second attempt, after closing the failed web-platform-tests/wpt#49112.)
--

wpt-commits: b6027abc9fb7e6d12b0d7451458035a5fb6335a9
wpt-pr: 49126
  • Loading branch information
pythagoraskitty authored and moz-wptsync-bot committed Nov 15, 2024
1 parent 0ddc7a7 commit 3eb2e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/web-platform/tests/tools/serve/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ def add_mount_point(self, url_base, path):
("GET", "/.well-known/interest-group/permissions/", handlers.PythonScriptHandler),
("*", "/.well-known/interest-group/real-time-report", handlers.PythonScriptHandler),
("*", "/.well-known/private-aggregation/*", handlers.PythonScriptHandler),
("GET", "/.well-known/shared-storage/trusted-origins", handlers.PythonScriptHandler),
("*", "/.well-known/web-identity", handlers.PythonScriptHandler),
("*", "*.py", handlers.PythonScriptHandler),
("GET", "*", handlers.FileHandler)
Expand Down

0 comments on commit 3eb2e3c

Please sign in to comment.