Tried to add UNC path link:
[file:"/////Filer01/groups/design.pdf"]
Works fine in IE, but not in Firefox 2.0.0.2
According instructions from 
http://confluence.atlassian.com/display/JIRA/Linking+to+local+file+under+Firefox
I have created user.js and added following lines:
user_pref("capability.policy.policynames", "localfilelinks");
user_pref("capability.policy.localfilelinks.sites", "file://///
filer01");
user_pref("capability.policy.localfilelinks.checkloaduri.enabled",
"allAccess");

Verified they above line were added to prefs.js. No effect, error
console still informs me:

Security Error: Content at http://trac/infrastructure/ticket/687#preview
may not load or link to file://///filer01/groups/design.pdf
In the line of
user_pref("capability.policy.localfilelinks.sites", "file://///
filer01");
Tried to put instead of filer01 any combination of folder and file
name, but without effect.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to