diff options
author | David Banham <david@banham.id.au> | 2013-03-09 10:16:44 +1100 |
---|---|---|
committer | David Banham <david@banham.id.au> | 2013-03-09 10:16:44 +1100 |
commit | 4963f15ab31406cf1ee53dc4d116eb8f630f2b1a (patch) | |
tree | 2e071175cd4d5e14feda31aa95907523925980a8 /index.html | |
parent | 580a72c4449c57cb743e09f44eeeb374cd00f172 (diff) | |
download | fosdem-2018-presentation-4963f15ab31406cf1ee53dc4d116eb8f630f2b1a.tar fosdem-2018-presentation-4963f15ab31406cf1ee53dc4d116eb8f630f2b1a.tar.gz |
Prevent users from accidentally using common credentials
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -360,8 +360,9 @@ function linkify( selector ) { transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none globals: { //multiplex: { - // id: '206589480dc41733' - // , secret: '13627006143682682664' + //// Generate a unique id and secret at http://revealjs.jit.su/token + // id: '' + // , secret: '' // , url: 'revealjs.jit.su:80' //} }, |