HomeSoftware Heritage

browse/origin-search: Ensure to encode origin URL argument in XHR calls

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

browse/origin-search: Ensure to encode origin URL argument in XHR calls

In the origins search Web UI, XHRs are sent client side to get the visit
type and status for each found origin. However origin URLs used as Web
API URL arguments were not encoded which could result in request errors
when an origin URL contain a '?' character for instance.

So ensure to encode those origin URLs used as Web API URL arguments.

Details

Provenance
anlambertAuthored on Nov 8 2022, 11:41 AM
anlambertPushed on Nov 8 2022, 2:36 PM
Differential Revision
D8820: browse/origin-search: Ensure to encode origin URL argument in XHR calls
Build Status
Buildable 32750
Build 51312: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.