Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How enable file-protocol in google chrome frame plugin for IE

I want to open an Html5 page in IE with chrome frame. But only http protocol supported and I can't open a html file from disk.

like image 466
A.Danesh Avatar asked Nov 17 '25 01:11

A.Danesh


1 Answers

in registery path
HKCU\Software\Google\ChromeFrame
add this key : AllowUnsafeURLs=1 (DWORD)
By adding the gcf: prefix to the URL in address bar, the page will load rendered with WebKit/V8
add this key : IsDefaultRenderer=1 (DWORD)
Makes WebKit/V8 the default rendering technique
sample gcf:c:\test.html

like image 186
khani_mahdi Avatar answered Nov 21 '25 09:11

khani_mahdi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!