Skip to content

Can we upgrade http to https in url-constructor-detection.js ? #1345

Closed
@wChenonly

Description

@wChenonly

var url = new URL('b?a=1&b=2&c=3', 'http://a');

Because core.js, as a dependency of many underlying compilation packages, will appear in chunk-vendors after packaging, but some projects cannot require http, so the packaged code scan will scan out http in url-constructor-detection.js.

http://a
http://a/c%20d?a=1&c=3
...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions