diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-09 19:18:15 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-09 22:03:17 -0500 |
commit | 74ea762eef32df4bc459fe48247ab32049138e8a (patch) | |
tree | 90d83730375d104a45571ee73f7a6211ebb4119b /src/chrome/content/igb/untrusted.html | |
parent | 3a93c00d336cc9e9201e41a9bacfcd2e916368b7 (diff) | |
download | eib-74ea762eef32df4bc459fe48247ab32049138e8a.tar.xz eib-74ea762eef32df4bc459fe48247ab32049138e8a.zip |
Add features, XHR long polling.
Diffstat (limited to 'src/chrome/content/igb/untrusted.html')
-rw-r--r-- | src/chrome/content/igb/untrusted.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/chrome/content/igb/untrusted.html b/src/chrome/content/igb/untrusted.html new file mode 100644 index 0000000..1cb7499 --- /dev/null +++ b/src/chrome/content/igb/untrusted.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <title>EVE-IGB Bridge</title> + <script> + CCPEVE.requestTrust("http://127.0.0.1:26001"); + </script> + </head> + <body> + <p>Please grant trust to this site, then refresh the page.</p> + </body> +</html> |