Browser Compatibility: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
(Created page with '==Google Chrome== ; Test Space : Chrome works very well with Test Space. ; Local XML Reports : Chrome employs very stringent security which prevents local xsl style sheets from…')
 
No edit summary
 
Line 13: Line 13:


: Please note that Google recommends against employing this workaround for normal web browsing.
: Please note that Google recommends against employing this workaround for normal web browsing.
[[Category:Installation]]

Latest revision as of 22:51, 14 June 2011

Google Chrome

Test Space
Chrome works very well with Test Space.
Local XML Reports
Chrome employs very stringent security which prevents local xsl style sheets from being applied to the local xml file by default. The result is a blank display when you attempt to show a local test report. (More info here).
To work around this issue, you can launch Chrome as follows:
"C:\path\to\chrome.exe" --user-data-dir=C:\new\directory --allow-file-access-from-files
The path given to --user-data-dir must be the directory where the xsl file exists. (Typically the same directory as the xml report file.)
Please note that Google recommends against employing this workaround for normal web browsing.