Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Html Formatter 1.5 doesn't work With some links
maar
New
I using opera posted some links(That's Only for Opera)
for example
open:config
AuthorCSS
Opera Button
Star
These Links doesn't work with Html Formatter 1.5...
If I modify default.php...but I don't understand these codes(how to?)
I think should better support Opera
Thanks
for example
open:config
AuthorCSS
opera:config#AuthorDisplayMode|AuthorCSS
Opera Button
Star
opera:/button/Highlight bookmark | Add to bookmarks,,,,Missing bookmark
These Links doesn't work with Html Formatter 1.5...
If I modify default.php...but I don't understand these codes(how to?)
I think should better support Opera
Thanks
0
This discussion has been closed.
Comments
$Html_AllowedProtocols = array('http', 'https', 'ftp', 'news', 'nntp', 'feed', 'gopher', 'mailto');
Turn it into:
$Html_AllowedProtocols = array('http', 'https', 'ftp', 'news', 'nntp', 'feed', 'gopher', 'mailto', 'opera');
Whether allowing this protocol is advisable I do not know - I'm not familiar with Opera's inner workings. Make sure this doesn't contain any potential vulnerability if some unsavory character tries to use it (ask at the Opera forum?).