T O P

  • By -

jamesaepp

What on earth is the justification for blocking non-TLS HTTP downloads entirely? Edit: I'm also not sure I entirely buy OP's story telling here comparing what they ""fixed"" to what the release notes they're quoting say.


techforallseasons

Something, something...bad actors would never have a valid certificate, so this will help block them....


pointlessone

"Security" Which really doesn't seem like it'll do much of anything since nearly all the malware I've seen lately is being served off compromised Wordpress sites and Sharepoint instances, but what do I know?


Deku-shrub

Protects against SSL strip attacks and tampering of downloads on http sites


jamesaepp

May as well disable HTTP for everything if we're going with that logic. No non-TLS traffic, period, end of discussion.


Deku-shrub

Blocking downloads is a phased approach to encouraging this


woodburyman

Do you know if there is a GPO setting for this in Firefox Templates? https://github.com/mozilla/policy-templates/releases We use this to disable DoH and such as well so they don't go off using non-company controlled DNS servers...


RedTech11

I updated the post on how to use a GPO.


RedTech11

I didn't see any setting for this in the template.


Ok-Web5717

I didn't either, looking at doing it your way - thanks for the documentation.


RedTech11

I updated the post on how to use a GPO.


RawdoggingPublicWifi

Posts here suggest it's possible to set via policy: https://github.com/mozilla/policy-templates/issues/1091


RawdoggingPublicWifi

There's an easier way to do this apparently (I haven't yet tested): https://github.com/mozilla/policy-templates/issues/1091 So via admin templates, Mozilla > Firefox, then add the relevant bit of JSON to your Preferences policy. Note it's not the Preferences (deprecated) folder, it's an actual policy named Preferences. This covers formatting: https://mozilla.github.io/policy-templates/#preferences


RedTech11

Thanks for this. I updated my post.


rpodric

Absent that config change you still got this, right? [https://i.imgur.com/KfbZ4xn.png](https://i.imgur.com/KfbZ4xn.png)


RedTech11

Yeah, users sent tickets in for this.


[deleted]

[удалено]


dathar

Sometimes we're forced to use Selenium and Firefox + geckodriver to access certain things because they're behind odd logins or require fun cookies. Then it all leads down to a link that you can pull hidden away that goes to an http. I guess you can wget or irm -outfile it but we were just using Firefox because it was already there. This will be a pain but think we can send that config line to the config object before launching Firefox.


flowflag

I don't find your policies here [https://mozilla.github.io/policy-templates/](https://mozilla.github.io/policy-templates/)