Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Issues with Blackboard and Zoom with Enhanced Protection

more options

I am an administrator at a university and we use Blackboard and Zoom as a couple of the tools at our university. We install Firefox on all of our PCs across campus. After a recent update, when our instructors try to launch Zoom using the integration setup in Blackboard, the meeting fails to launch. We have found that disabling Enhanced Protection fixes this issue. Is there a way to add this exception to an install file that can be sent across many PCs on our campus? We have hundreds of PCs and going from one to another to install this exception would not be practical.

Do you have any suggestions? Justin

I am an administrator at a university and we use Blackboard and Zoom as a couple of the tools at our university. We install Firefox on all of our PCs across campus. After a recent update, when our instructors try to launch Zoom using the integration setup in Blackboard, the meeting fails to launch. We have found that disabling Enhanced Protection fixes this issue. Is there a way to add this exception to an install file that can be sent across many PCs on our campus? We have hundreds of PCs and going from one to another to install this exception would not be practical. Do you have any suggestions? Justin

所有回复 (1)

more options

Hi Justin, most likely this is caused by the rollout of "Total Cookie Protection" which partitions third party cookies. Individual site exceptions should resolve the issue but it often is difficult to identify exactly which servers need to be able to set "global" third party cookies and which need to read them. See: Total Cookie Protection and website breakage FAQ.

Rolling Back Total Cookie Protection

From the end-user perspective, this is set on the Privacy & Security panel of the Settings page, selecting Custom tracking protection and adjusting the level of cookie blocking:

Behind the scenes, that modifies the default cookie blocking level set in this preference:

network.cookie.cookieBehavior

from 5 (Total Cookie Protection partitions cross-site cookies) to 4 (block known trackers only).

From the Group Policy perspective -- https://github.com/mozilla/policy-templates#cookies -- it looks like you would set that using:

Software\Policies\Mozilla\Firefox\Cookies\Behavior = "reject-tracker"

Ref. Customizing Firefox Using Group Policy (Windows)