Skip to content

Support to open websvn links within an iframe if IFramed plugin is installed

Kirill requested to merge github/fork/spmeesseman/iframed-support into master

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 &amp 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]

websvn-iframe

Merge request reports

Loading