Subversion Repositories DevTools

Rev

Rev 159 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 189
Line 86... Line 86...
86
                                                follows.
86
                                                follows.
87
                                                <br><br>
87
                                                <br><br>
88
                                                Edit the new/existing user.js file and insert the following 3 lines of text:
88
                                                Edit the new/existing user.js file and insert the following 3 lines of text:
89
                                                <br><br>
89
                                                <br><br>
90
                                                user_pref("capability.policy.policynames", "localfilelinks");<br>
90
                                                user_pref("capability.policy.policynames", "localfilelinks");<br>
91
                                                user_pref("capability.policy.localfilelinks.sites", "http://erg:8002");<br>
91
                                                user_pref("capability.policy.localfilelinks.sites", "http://bms:8002");<br>
92
                                                user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");<br>
92
                                                user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");<br>
93
                                                <br><br>
93
                                                <br><br>
94
                                                This tells Firefox that for certain local UNC file paths,
94
                                                This tells Firefox that for certain local UNC file paths,
95
                                                it should ignore the security threat and download the file.
95
                                                it should ignore the security threat and download the file.
96
                                                <br><br>
96
                                                <br><br>