Open
Description
We currently have a /mixed
folder that works on every domain.
Chromium needs a bunch of test cases, and this approach scales better than making a new subdomain every time. Also allows testing combined downgrade conditions (e.g. SHA-1 with password).
Strawman:
- Add a
user-data
(maybeuser-data-input
) folder intocommon
- Modify
common.conf
to serve that dir (similar to/mixed
). - Add cases. Each case is a folder with an
index.html
file (and possible any resources that are specific to the case).