{"id":19020593,"url":"https://github.com/simeononsecurity/firefox-privacy-script","last_synced_at":"2025-04-04T16:12:35.466Z","repository":{"id":52827564,"uuid":"288119397","full_name":"simeononsecurity/FireFox-Privacy-Script","owner":"simeononsecurity","description":"Implement the privacy oriented configurations for FireFox","archived":false,"fork":false,"pushed_at":"2025-03-22T07:38:00.000Z","size":34857,"stargazers_count":183,"open_issues_count":0,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T15:06:57.303Z","etag":null,"topics":["firefox","firefox-privacy-script","powershell","privacy","privacy-policy","privacy-protection"],"latest_commit_sha":null,"homepage":"https://simeononsecurity.com/github/firefox-privacy-script/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simeononsecurity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["simeononsecurity"],"custom":["https://simeononsecurity.com","https://simeononsecurity.com/recommendhome","https://simeononsecurity.com/affiliate","https://twitter.com/simeonsecurity","https://discord.io/cybersentinels"]}},"created_at":"2020-08-17T08:01:34.000Z","updated_at":"2025-03-22T22:28:50.000Z","dependencies_parsed_at":"2024-01-03T09:25:11.481Z","dependency_job_id":"373e61b2-9f7f-4da2-8ba3-77f3df0b05c7","html_url":"https://github.com/simeononsecurity/FireFox-Privacy-Script","commit_stats":{"total_commits":59,"total_committers":4,"mean_commits":14.75,"dds":"0.23728813559322037","last_synced_commit":"e4d0ea2c404d944504331f7c11f6fd6d90a14010"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simeononsecurity%2FFireFox-Privacy-Script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simeononsecurity%2FFireFox-Privacy-Script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simeononsecurity%2FFireFox-Privacy-Script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simeononsecurity%2FFireFox-Privacy-Script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simeononsecurity","download_url":"https://codeload.github.com/simeononsecurity/FireFox-Privacy-Script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208142,"owners_count":20901570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firefox","firefox-privacy-script","powershell","privacy","privacy-policy","privacy-protection"],"created_at":"2024-11-08T20:17:37.305Z","updated_at":"2025-04-04T16:12:35.439Z","avatar_url":"https://github.com/simeononsecurity.png","language":"Shell","funding_links":["https://github.com/sponsors/simeononsecurity","https://simeononsecurity.com","https://simeononsecurity.com/recommendhome","https://simeononsecurity.com/affiliate","https://twitter.com/simeonsecurity","https://discord.io/cybersentinels"],"categories":[],"sub_categories":[],"readme":"# FireFox Privacy Script\n\n[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity) \n\nOrganizations like [PrivacyTools.io](https://www.privacytools.io/browsers/#about_config) and [ffprofile](https://ffprofile.com/) have suggested changes to make FireFox more secure and private.\nThese changes cover suggested browser extensions, blocking telemetry, disabling 3rd-party cookies, disabling trackers, etc.\n\nThis script will take the pregenerated FireFox configuration files and install them in the proper directories on either Windows or Linux systems.\n\n## Download the required files\n\nDownload the required files from the [GitHub Repository](https://github.com/simeononsecurity/FireFox-Privacy-Script)\n\n## How to run the script\n\n**The script may be launched from the extracted [GitHub download](https://github.com/simeononsecurity/FireFox-Privacy-Script/archive/master.zip) like this:**\n\n### Windows PowerShell:\n```powershell\nSet-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force\npowershell -ExecutionPolicy Bypass -File \"C:\\Path\\To\\Your\\sos-firefoxprivacy.ps1\"\n```\n\n#### Additional Flags for Windows:\n\n- **Force Install:** To overwrite existing configuration files without prompting, use the `--force` flag:\n    ```powershell\n    powershell -ExecutionPolicy Bypass -File \"C:\\Path\\To\\Your\\sos-firefoxprivacy.ps1\" --force\n    ```\n\n- **Uninstall:** To remove all changes made by the script, use the `--uninstall` flag:\n    ```powershell\n    powershell -ExecutionPolicy Bypass -File \"C:\\Path\\To\\Your\\sos-firefoxprivacy.ps1\" --uninstall\n    ```\n\n### Linux and MacOS:\n```bash\nsudo chmod +x ./sos-firefoxprivacy.sh\nsudo bash ./sos-firefoxprivacy.sh\n```\n\n#### Additional Flags for Linux and MacOS:\n\n- **Force Install:** To overwrite existing configuration files without prompting, use the `--force` flag:\n    ```bash\n    sudo bash ./sos-firefoxprivacy.sh --force\n    ```\n\n- **Uninstall:** To remove all changes made by the script, use the `--uninstall` flag:\n    ```bash\n    sudo bash ./sos-firefoxprivacy.sh --uninstall\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimeononsecurity%2Ffirefox-privacy-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimeononsecurity%2Ffirefox-privacy-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimeononsecurity%2Ffirefox-privacy-script/lists"}