Sorry for this issue ^^"

The missing $ destroys everything
This commit is contained in:
Kevin Röbert 2018-03-02 18:54:52 +01:00
parent 78a513f8db
commit 66fe283f2a

View File

@ -112,7 +112,7 @@
"[\\?|&]ref[\\_]?=[^\\/|\\?|&]*", "[\\?|&]ref[\\_]?=[^\\/|\\?|&]*",
"\\?$", "\\?$",
"\\&$", "\\&$",
"\\/" "\\/$"
], ],
"exceptions": [], "exceptions": [],
"redirections": [] "redirections": []