mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
Im gonna push before I break anything
This commit is contained in:
parent
6372debdff
commit
b5b1a2848a
5 changed files with 18 additions and 5 deletions
|
@ -14,7 +14,7 @@ declare global {
|
|||
export function ProxyFrame(props: { url: string }) {
|
||||
// pass the URL encoded with encodeURIcomponent
|
||||
const localProxy = localStorage.getItem("proxy") || "automatic";
|
||||
const proxyMode = localStorage.getItem("proxyMode") || "direct";
|
||||
const proxyMode = localStorage.getItem("proxyMode") || "embed"; // Embed by default
|
||||
const searchEngine =
|
||||
localStorage.getItem("searchEngine") || "https://google.com/search?q=%s";
|
||||
const [ProxiedUrl, setProxiedUrl] = useState<string | undefined>(undefined);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue