Closed sjinks closed 2 weeks ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
This PR fixes the generation of a map of domains to replace for a multisite environment.
Previously, if a site URL contained a path (e.g.,
https://domain.com/path
), such an URL would be replaced withslug.vipdev.site
because the system compareddomain.com/path
todomain.com
and ignored it because the strings are not equal.This PR fixes the procedure by comparing domains instead.
Pull request checklist
New release checklist
Steps to Test
See the ticket.