Welcome to mirror list, hosted at ThFree Co, Russian Federation.

invalid_url.js « utils « lib « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 481bd059fc9c128979a141d6dbea671d30ab7959 (plain)
1
2
3
4
5
6
/**
 * Invalid URL that ensures we don't make a network request
 * Can be used as a default value for URLs. Using an empty
 * string can still result in request being made to the current page
 */
export default 'https://invalid';