Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Oct 11, 2013
1 parent bd4744a commit 419dd41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -4,10 +4,11 @@ Demo Webconverger with this configuration:

homepage=http://attract.webconverger.com
prefs=http://ppd.webconverger.com/2013/attract.js
noblank

attract.js contains:

pref("full-screen-api.allow-trusted-requests-only", false);
pref("full-screen-api.approval-required", false);

Which allows us to override fullscreen API restrictions
Which allows us to override fullscreen API restrictions.
9 changes: 8 additions & 1 deletion index.html
Expand Up @@ -2,10 +2,17 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Attraction demo</title>
<title>Webconverger attraction demo</title>
<script src=/attract/attract.js></script>
</head>
<body>
<h1>Hello World!</h1>

<p>Designed for Webconverger and Firefox.</p>
<pre>
pref("full-screen-api.allow-trusted-requests-only", false);
pref("full-screen-api.approval-required", false);
</pre>
<p><a href=https://github.com/Webconverger/Screensaver>Source code</a></p>
</body>
</html>

0 comments on commit 419dd41

Please sign in to comment.