mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-26 06:38:24 -04:00
This commit is contained in:
parent
3d1c654c20
commit
5db0cea8c3
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import { FFmpegState } from "./types";
|
|||
export const cl = classNameFactory("vc-more-stickers-");
|
||||
export const clPicker = (className: string, ...args: any[]) => cl("picker-" + className, ...args);
|
||||
|
||||
const CORS_PROXY = "https://corsproxy.io?";
|
||||
const CORS_PROXY = "https://corsproxy.io/?url=";
|
||||
|
||||
function corsUrl(url: string | URL) {
|
||||
return CORS_PROXY + encodeURIComponent(url.toString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue