Hello,
after testing, I realize that Firefox doesn't have updates disabled, even though it's indicated as such in the package description.
Could you update the package description by removing this information, or conversely, correct the package itself?
Firefox updates are not disabled
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Indeed, the package description has not been modified.
The configuration is now pushed by another package:
https://wapt.tranquil.it/package_detail ... 4_all.wapt
Warning! The tis-config-for-firefox package has tis-firefox-esr as a dependency.
This choice was made to accommodate the widest possible range of users.
The configuration is now pushed by another package:
https://wapt.tranquil.it/package_detail ... 4_all.wapt
Warning! The tis-config-for-firefox package has tis-firefox-esr as a dependency.
This choice was made to accommodate the widest possible range of users.
I have a question regarding the default activation of WPAD for the proxy.
Why is it the default choice? At our school and in many other schools, WPAD isn't configured, either due to a lack of knowledge, time, or, in my case, to prevent a guest with a laptop from automatically using these settings to access the internet.
Is it possible for you to change this default setting? Otherwise, I can also recreate the package. I have some good suggestions for improving the default Firefox profile. I'm working on the Firefox configuration files and will share the results.
Why is it the default choice? At our school and in many other schools, WPAD isn't configured, either due to a lack of knowledge, time, or, in my case, to prevent a guest with a laptop from automatically using these settings to access the internet.
Is it possible for you to change this default setting? Otherwise, I can also recreate the package. I have some good suggestions for improving the default Firefox profile. I'm working on the Firefox configuration files and will share the results.
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
The tis-config-for-firefox configuration corresponds to the configuration we want internally.
If you wish to modify this setting, you must edit the mozilla.cfg file
and the section:
//configure automatic proxy detection wpad
defaultPref("network.proxy.type",4);
If you wish to modify this setting, you must edit the mozilla.cfg file
and the section:
//configure automatic proxy detection wpad
defaultPref("network.proxy.type",4);
This is what I chose by defining the following parameters:
//Configure proxy according to system setting
defaultPref("network.proxy.type",5);
I was wondering if it was wise to force automatic proxy detection instead of using the system configuration. Wouldn't it be more advantageous to use the system settings?
//Configure proxy according to system setting
defaultPref("network.proxy.type",5);
I was wondering if it was wise to force automatic proxy detection instead of using the system configuration. Wouldn't it be more advantageous to use the system settings?
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Personally, I've already had problems with "using system configuration" under Windows 10 
It's possible, and currently, middle and high schools primarily use Windows 7. I haven't had the chance to verify this issue.
Is it possible for me to offer an additional configuration package geared towards education and tested on Windows 7?
Is it possible for me to offer an additional configuration package geared towards education and tested on Windows 7?
- dcardon
- WAPT Expert
- Messages: 1930
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
Hi Percherie,
regarding Firefox configuration, I think there are almost as many postconf configurations as there are networks. As Simon mentioned, our postconf model is tailored to a specific client network category. However, it's not suitable for everyone, which is why Simon separated the configuration from the tis-firefox-esr package.
As for WPAD, it's a very practical tool for automating proxy handling (all our clients have firewalls that block incoming and outgoing traffic and a very tight proxy). However, for more secure networks, WPAD isn't viewed favorably, especially on laptops, because it can be abused outside the company network if DNS resolution isn't fully controlled. By the way, it's also enabled by default in Internet Explorer...
So, the best approach is to have a Firefox configuration package specific to your situation. If you have something fairly specific, you can create a public repository to share your packages with your colleagues (a public repository is essentially just a web server). If the packages are popular enough, we can include them in store.wapt.fr. You could also write a blog post on how to customize your Firefox configuration with WAPT. I think it would be of interest to many people. If you write a post, feel free to send us the URL; we'll put it on a contributions page!
Merry Christmas and Happy New Year!
Denis
regarding Firefox configuration, I think there are almost as many postconf configurations as there are networks. As Simon mentioned, our postconf model is tailored to a specific client network category. However, it's not suitable for everyone, which is why Simon separated the configuration from the tis-firefox-esr package.
As for WPAD, it's a very practical tool for automating proxy handling (all our clients have firewalls that block incoming and outgoing traffic and a very tight proxy). However, for more secure networks, WPAD isn't viewed favorably, especially on laptops, because it can be abused outside the company network if DNS resolution isn't fully controlled. By the way, it's also enabled by default in Internet Explorer...
So, the best approach is to have a Firefox configuration package specific to your situation. If you have something fairly specific, you can create a public repository to share your packages with your colleagues (a public repository is essentially just a web server). If the packages are popular enough, we can include them in store.wapt.fr. You could also write a blog post on how to customize your Firefox configuration with WAPT. I think it would be of interest to many people. If you write a post, feel free to send us the URL; we'll put it on a contributions page!
Merry Christmas and Happy New Year!
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
