mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
Fix fragment bug.
This commit is contained in:
parent
0bac422091
commit
a034e3245e
@ -34,7 +34,7 @@ public class EdgeUrl implements WideHashable {
|
|||||||
|
|
||||||
public static String urlencodeFixer(String url) throws URISyntaxException {
|
public static String urlencodeFixer(String url) throws URISyntaxException {
|
||||||
var s = new StringBuilder();
|
var s = new StringBuilder();
|
||||||
String goodChars = "&.?:/-;+$";
|
String goodChars = "&.?:/-;+$#";
|
||||||
String hexChars = "0123456789abcdefABCDEF";
|
String hexChars = "0123456789abcdefABCDEF";
|
||||||
|
|
||||||
int pathIdx = findPathIdx(url);
|
int pathIdx = findPathIdx(url);
|
||||||
|
Loading…
Reference in New Issue
Block a user