mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-13 06:09:42 +02:00
Remove corsproxy.io as default service for CORS proxy
This commit is contained in:
parent
0cf61fe790
commit
fbcfa42740
5
.changeset/modern-cobras-cheat.md
Normal file
5
.changeset/modern-cobras-cheat.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Remove corsproxy.io as default service for CORS proxy
|
@ -66,7 +66,7 @@ export const defaultSettings: AppSettings = {
|
||||
|
||||
primaryColor: "#8DB600",
|
||||
imageProxy: "",
|
||||
corsProxy: "https://corsproxy.io/?<encoded_url>",
|
||||
corsProxy: "", //"https://corsproxy.io/?<encoded_url>",
|
||||
showContentWarning: true,
|
||||
twitterRedirect: undefined,
|
||||
redditRedirect: undefined,
|
||||
|
@ -146,7 +146,7 @@ export default function PrivacySettings() {
|
||||
<br />
|
||||
<Code fontSize="0.9em">{`<url>`}</Code> or <Code fontSize="0.9em">{`<encoded_url>`}</Code> can be used to
|
||||
inject the raw or the encoded url into the proxy url ( example:{" "}
|
||||
<Code fontSize="0.9em">{`https://corsproxy.io/?<encoded_url>`}</Code> )
|
||||
<Code fontSize="0.9em" userSelect="all">{`https://corsproxy.io/?<encoded_url>`}</Code> )
|
||||
</FormHelperText>
|
||||
</FormControl>
|
||||
<FormControl>
|
||||
|
Loading…
x
Reference in New Issue
Block a user