CRM 2015, Firefox, Popup disabled terminal server, sharepoint foundation 2013
When a user logs into CRM2015 using firefox, search for a client, clicks on click then documents, a list of the documents appear
If they click on Add to add a file, it says the pop up is blocked.
If I remove the firefox directory from their roaming profile, it works for x hours, then the pop is blocked again
I tried the following, still blocks the sharepoint popup
There is a setting for the maximum number of non-click popups that a site can launch, which is 20 by default. Perhaps this is the problem? To avoid this limit you have two choices (at least in theory):
(1) Give the site explicit pop-up Allow permission. You can do this using the Page Info dialog's Permissions tab. Either:
- right-click and choose View Page Info > Permissions
- Tools menu > Page Info > Permissions
- Click the padlock or globe icon on the address bar > More Information > Permissions
Then scroll down to Open Pop-up Windows to make the change.
I'm not sure how to reset the count if you've already gone past the max. Possibly exiting and restarting Firefox?
(2) Increase the global maximum for dom.popup_maximum in about:config (however, this may be annoying if you happen to find an abusive site).
Alert dialogs
To prevent pages from trapping users with an endless sequence of dialogs, there is a limit of 10 closely spaced dialogs and then after that they are suppressed. To allow an infinite number, you can create a new preference in about:config. Unfortunately, it's a global preference, so if you happen into an abusive site you might be stuck.
- Copy the preference name dom.successive_dialog_time_limit
- In a new tab, type about:config in the address bar and press Enter. Click the button promising to be careful.
- Right-click in the preferences area and choose New > Integer
- Paste the preference name and click OK
- Then enter 0 and click OK