Bug 1761857 [wpt PR 33393] - [FedCM] More checks that we send cookies for the right...
[gecko.git] / testing / web-platform / tests / credential-management / support / client_metadata.py
blob51393c5dd4604304fcb946f83cd8170d9cca7073
1 def main(request, response):
2 if b"cookie" in request.cookies:
3 return (500, [], "Cookie should not be sent to this endpoint")
4 return """
6 "privacy_policy_url": "https://privacypolicy.com"
8 """