hahacat
December 23, 2024, 6:37am
1
Previously, I have suggested that mudfish should add ChatGPT to mudfish items, and your team had provided me a better solution.
For this question, I recommend to use Mudfish Browser Extension with the following PAC syntax:
function FindProxyForURL(url, host) {
host = host.toLowerCase();
if (isPlainHostName(host) ||
isInNetEx(host, "127.0.0.0/8") ||
isInNetEx(host, "10.0.0.0/8") ||
isInNetEx(host, "172.16.0.0/12") ||
isInNetEx(host, "192.168.0.0/16") ||
isInNetEx(host, "fc00::/7") ||
isInNetEx(host, "fe80::/10") ||
host == "mudfish.net") {
return "DIRECT";
}
if (…
I cannot use the solution that you have provided, because the mudfish browser extension on firefox did not implement PAC.
weongyo
December 24, 2024, 3:47am
2
It looks like you’re a big fan of Firefox browser. At this moment, I’d created an internal JIRA ticket to trace your feature request. So when I get a chance, I’ll try to implement it.
Thank you for your feedback.
1 Like
system
Closed
January 14, 2025, 3:48am
3
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.