- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
It would be easy enough to strip the path prefix from the URL.
You can get the path prefixes with:
$prefixes = \Drupal::config('language.negotiation')->get('url.prefixes');
So... just loop through these and strip from
signature_url
if it starts with that +/
.Does someone want to create a patch/MR?
- Status changed to Needs review
over 1 year ago 2:10pm 16 June 2023 - 🇧🇬Bulgaria mirondi
Here is a fix compatible with the latest versions of the module