- This topic has 0 replies, 1 voice, and was last updated 3 weeks, 1 day ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.

Uniting People
What makes us different from other similar websites? › Forums › Tech › Ferdium [Google Voice Fix]
Tagged: Ferdium, Fix, Google Voice, Voice
If you do not know what this is, you can go to the site to find out …
https://ferdium.org/
The Fix:
~/.var/app/org.ferdium.Ferdium/config/Ferdium/recipes/dev/google-voice-workspace/index.js and package.json in a folder called google-voice-workspacemodule.exports = (Ferdium) => {
return class GoogleVoice extends Ferdium {
overrideUserAgent() {
// High-version Chrome string to bypass "Insecure Browser" blocks
return "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36";
}
};
};
{
"id": "google-voice-workspace",
"name": "Google Voice Workspace",
"version": "1.0.3",
"description": "Internal Google Voice",
"main": "index.js",
"author": "Thumbtak",
"config": {
"serviceURL": "https://accounts.google.com/AccountChooser?continue=https://voice.google.com/landing",
"hasNotificationDot": true,
"hasTeamId": false
}
}