This is the issue tracking system for DokuWiki. You may add bugs and feature wishes here.
Please post support requests and plugin wishes in the forum. Bug reports for plugins should be reported in the plugin's tracker linked from the plugin page.
To prevent spamming anonymous task adding had to be disabled.
Please post support requests and plugin wishes in the forum. Bug reports for plugins should be reported in the plugin's tracker linked from the plugin page.
To prevent spamming anonymous task adding had to be disabled.
FS#151 - IE support of windows shares is actually a security bug, but it can be enabled in Firefox, too :-)
Attached to Project:
DokuWiki
Opened by Gábor Ziegler (gziegler) - Wednesday, 16 February 2005, 16:38 GMT+1
Opened by Gábor Ziegler (gziegler) - Wednesday, 16 February 2005, 16:38 GMT+1
|
DetailsCurrently DokuWiki produces a warning about wikilinks to Windows shares, saying that it will work only in IE. It also work in Firefox, but it is DELIBERATEDLY DISABLED for good security reasons. However, it can be enabled, if you like to live dangerously. :-) Actually, that it works in MISE is a security bug of MSIE. To be more precise: not the windows shares, but the whole "file:" URL scheme is disabled, if the URL scheme of the referring page is not "file:" itself, that is, the file has NOT been obtained locally. If the URL of the referring page starts with "file:", however, i.e., the page has been fetched from lcoal disk, then "file:" links work as intended with the default security settings. Please refer to: http://www.mozilla.org/quality/networking/docs/netprefs.html If you toggle the setting security.checkloaduri to 'false', then, voila, the windows-share-links starts to work in Firefox, too. I suggest to modify the alert text accordingly. |
This task depends upon
Closed by Andreas Gohr (andi)
Wednesday, 16 February 2005, 21:32 GMT+1
Reason for closing: Implemented
Wednesday, 16 February 2005, 21:32 GMT+1
Reason for closing: Implemented
Comment by Gábor Ziegler (gziegler) -
Wednesday, 16 February 2005, 16:56 GMT+1
Actually, I have to admit, the file:// URL-s neither works in MSIE in the "Internet" security zone with the default security settings.
Comment by Andreas Gohr (andi) -
Wednesday, 16 February 2005, 21:32 GMT+1
Thanks for the info! I updated the syntax file accordingly. I think changing the alert box isn't nessessary - We don't want to encourage users to disable security, don't we? ;-)