When trying to copy link to clipboard (right clic on the file name in the filebrowser), I've got the following javascript error with firefox ;
[Exception... "'A script from "https://drupal2.enseirb.fr" was denied UniversalXPConnect privileges.' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no]

Ons solution is to set signed.applets.codebase_principal_support to true in about:config

Comments

pixelpreview@gmail.com’s picture

where can I found these feature "signed.applets.codebase_principal_support to true in about:config" ????
is it in firefox settings ? in webfm module ?

I don't understand where I must search for these problem.

robmilne’s picture

type...

about:config

...into the address bar of FF, look for signed.applets.codebase_principal_support and toggle the value.

robmilne’s picture

Status: Active » Closed (fixed)
philltran’s picture

Awesome. Thanks.

test_drupal-1’s picture

Thank you very much robmilne...