Remove corsproxy.io as default service for CORS proxy

This commit is contained in:
hzrd149 2024-04-02 09:08:01 -05:00
parent 0cf61fe790
commit fbcfa42740
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"nostrudel": patch
---
Remove corsproxy.io as default service for CORS proxy

View File

@ -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,

View File

@ -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>