diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-06-07 19:16:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 19:16:27 +0200 |
| commit | 8e96961f0e0c91a6acf73a35e03dda826108e152 (patch) | |
| tree | 6d7c5ad8d1c2d6288ffc7a2242a273ad999c1c29 /tools/wpt/config.json | |
| parent | d9df4347a1fbf0cf9d057fc111e4a890b0f16681 (diff) | |
chore: update wpt (#10884)
This commit updates wpt. It tries to get us ever closer to eventually
stop floating patches, and being able to use wpt upstream.
Diffstat (limited to 'tools/wpt/config.json')
| -rw-r--r-- | tools/wpt/config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/wpt/config.json b/tools/wpt/config.json new file mode 100644 index 000000000..a27e0d15d --- /dev/null +++ b/tools/wpt/config.json @@ -0,0 +1,11 @@ +{ + "check_subdomains": false, + "ssl": { + "type": "openssl", + "openssl": { + "duration": 365, + "force_regenerate": false, + "base_path": "../../tools/wpt/certs" + } + } +} |
