Skip to content

Commit

Permalink
Fixed minor goProx error
Browse files Browse the repository at this point in the history
  • Loading branch information
00Fjongl committed Jul 9, 2024
1 parent 9d0330b commit 3d55281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/assets/js/common-16451543478.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ addEventListener("DOMContentLoaded", () => {
// setAuthCookie("__cor_auth=1", false);
ultraviolet: UrlHandler(uvUrl),

rammerhead: asyncUrlHandler(async () => location.origin + (await RammerheadEncode(search(url, sx + "%s")))),
rammerhead: asyncUrlHandler(async (url) => location.origin + (await RammerheadEncode(search(url, sx + "%s")))),

searx: UrlHandler(location.protocol + `//c.${getDomain()}/engine/`),

Expand Down

0 comments on commit 3d55281

Please sign in to comment.