💾 Archived View for gemini.circumlunar.space › users › laur%C3%AB › veil › prefs.txt captured on 2024-08-25 at 00:28:21.

View Raw

More Information

⬅️ Previous capture (2023-12-28)

-=-=-=-=-=-=-

// Mozilla User Preferences

// DO NOT EDIT THIS FILE.
//
// If you make changes to this file while the application is running,
// the changes will be overwritten when the application exits.
//
// To change a preference value, you can either:
// - modify it via the UI (e.g. via about:config in the browser); or
// - set it within a user.js file in your profile.

user_pref("network.proxy.http", "127.0.0.1");
user_pref("network.proxy.http_port", 3128);
user_pref("network.proxy.share_proxy_settings", true);
user_pref("network.proxy.ssl", "127.0.0.1");
user_pref("network.proxy.ssl_port", 3128);
user_pref("network.proxy.type", 1);