Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

Web application (RDP) - Error when we use the clipboard in FF

  • 1 svar
  • 1 har detta problem
  • 6 visningar
  • Senaste svar av Terry

more options

Dear Mozilla Community,

Our company use a web application whiches we can connect to customer servers via RDP (Remote Desktop Protocol). The web application uses Spark Gateway. The problem is that if we use the web application with Firefox, we can't use clipboard function.

The error codes in the browser console:

Uncaught DOMException: A network error occurred.

  httpGet https://application.ourcompany.com/hosts/gateway/html/hi5core_min.js:68
  getClipData https://application.ourcompany.com/hosts/gateway/html/rdp_min.js:146
  onCopy https://application.ourcompany.com/hosts/gateway/html/surface_min.js:120

Content Security Policy: The page’s settings blocked the loading of a resource at https://application.ourcompany.com:8384/CLIP?s=ca5311bl-d6bs-67f1c-w501-13dwk0ca54c1&t=2676589901112&type=copy (“connect-src”).

If we use the application with different browser (like Edge or Chrome), we can enable the clipboard on the browser. If we enable the clipboard access for the site (https://application.ourcompany.com), the copy/paste function works well. The problem is that we cannot find enable clipboard feature in Firefox.

My quiestion is, how can we enable the clipboard in Firefox for our (webapplication) site?

Thank you so much for the help!

Best Regards Gabor

Dear Mozilla Community, Our company use a web application whiches we can connect to customer servers via RDP (Remote Desktop Protocol). The web application uses Spark Gateway. The problem is that if we use the web application with Firefox, we can't use clipboard function. The error codes in the browser console: Uncaught DOMException: A network error occurred. httpGet https://application.ourcompany.com/hosts/gateway/html/hi5core_min.js:68 getClipData https://application.ourcompany.com/hosts/gateway/html/rdp_min.js:146 onCopy https://application.ourcompany.com/hosts/gateway/html/surface_min.js:120 Content Security Policy: The page’s settings blocked the loading of a resource at https://application.ourcompany.com:8384/CLIP?s=ca5311bl-d6bs-67f1c-w501-13dwk0ca54c1&t=2676589901112&type=copy (“connect-src”). If we use the application with different browser (like Edge or Chrome), we can enable the clipboard on the browser. If we enable the clipboard access for the site (https://application.ourcompany.com), the copy/paste function works well. The problem is that we cannot find enable clipboard feature in Firefox. My quiestion is, how can we enable the clipboard in Firefox for our (webapplication) site? Thank you so much for the help! Best Regards Gabor
Bifogade skärmdumpar

Alla svar (1)

more options

There is a preference in about:config but its default value is true so perhaps an add-on or some special configuration file changed it. dom.event.clipboardevents.enabled The error message suggests that a site setting is preventing the clipboard from working.