Skip to content

Rework MRL encode

Don't encode anything which isn't:

  • A path separator
  • A unreserved character (alphanumerical + - . _ ~)

As per #73 (closed)

Merge request reports