Support to open websvn links within an iframe if IFramed plugin is installed
Created by: spmeesseman
Support to open websvn links within the mantisbt ui in an iframe, if the IFramed plugin is installed.
This of course would mean adjusting Content-Security-Policy header frame-src in mantisbt config (example in IFramed readme file). And possibly, require a server config to handle some url encoding issue with the &
when going to file details page from diff, in Apache I used:
RewriteCond %{QUERY_STRING} ^repname=(.*)(&)path=(.*)(&)(.*)$
RewriteRule ^(.*)$ https://my.domain.com/websvn/filedetails.php?repname=%1&path=%3&%5 [N]