Open
Bug 1483101
Opened 7 years ago
Updated 3 years ago
[wpt-sync] Sync PR 12459 - [wptserve] Limit number of additional subdomains
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 12459 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12459
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
> [wptserve] Limit number of additional subdomains
>
> [wptserve] Limit number of additional subdomains
>
> Recently, the set of origins reserved by wptserve was increased to
> include a combinatoric set of configuration values. This logic used a
> "depth" of three, causing the server to reserve subdomains of subdomains
> of subdomains (e.g. `www.www.www.web-platform.test`). For the default
> configuration, this produced 312 distinct origins.
>
> The motivating feature request describes a use case for a "depth" of 2
> [1]. Re-implement to use that depth, limiting the generated set of
> origins to 62. Update the implementation to make this functionality
> testable, and update the corresponding tests to verify the intended
> behavior.
>
> [1] #8581
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•