Anyone ran into this error in Firefox 82.0.2 on Fedora 33?

Certain secured websites doesn't load with Firefox but it works on other chromium-based browsers.
The only fix I found was to set crypto policies to DEFAULT:FEDORA32
.
It's system-wide changes so you will see this message after running the command:
Setting system policy to DEFAULT:FEDORA32 Note: System-wide crypto policies are applied on application start-up. It is recommended to restart the system for the change of policies to fully take place.
# To view the current crypto policy:
sudo update-crypto-policies --show
# To set the default crypto policy to Fedora 32 in Fedora 33:
sudo update-crypto-policies --set DEFAULT:FEDORA32
# To set the policy back to default:
sudo update-crypto-policies --set DEFAULT
You only need to restart Firefox for the changes to take place.