-
I want to set my Enhanced Tracking Protection to "Standard" because I'm experiencing issues on some websites I use frequently. However, it keeps resetting to "Strict" every time. Is there a way to fix this? I’m guessing it might be related to profiles, but I’m not sure. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The P.S. I would recommend specifying an exception for a specific site at |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thank you both for your help; I got it working as you suggested. |
Beta Was this translation helpful? Give feedback.
The
user.js
file is a configuration file that is used every time the Firefox is launched. Therefore, you need to update the settings inuser.js
.I believe changing
user_pref("browser.contentblocking.category", "strict");
to
user_pref("browser.contentblocking.category", "standard");
would help.P.S. I would recommend specifying an exception for a specific site at
Manage Exception
instead.