You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: u2f-gae-demo/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ There are two deployments possible:
6
6
2.**CrxJs** -- The appspot server will call into the unbundled extension that you have. This deploys to https://crxjs-dot-u2fdemo.appspot.com
7
7
8
8
## NoExt
9
-
In order to configure the appspot server to the extension that is built into Chrome, set the extension id in [u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js) to ```pfboblefjcgdjicmnffhdgionmgcdmne```:
9
+
In order to configure the appspot server to the extension that is built into Chrome, set the extension id in [u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js) to ```kmendfapggjehodndflmmgagdbamhnfd```:
In order to deploy to https://noext-dot-u2fdemo.appspot.com, set the version value to ```noext``` in [appengine-web.xml](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/WEB-INF/appengine-web.xml):
@@ -17,9 +17,9 @@ In order to deploy to https://noext-dot-u2fdemo.appspot.com, set the version val
17
17
```
18
18
19
19
## CrxJs
20
-
In order to configure the appspot server to call the U2F extension you have, set the extension id in [u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js) to ```kmendfapggjehodndflmmgagdbamhnfd```:
20
+
In order to configure the appspot server to call the U2F extension you have, set the extension id in [u2f-api.js](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/js/u2f-api.js) to ```pfboblefjcgdjicmnffhdgionmgcdmne```:
In order to deploy to https://crxjs-dot-u2fdemo.appspot.com, set the version value to ```crxjs``` in [appengine-web.xml](https://github.com/google/u2f-ref-code/blob/master/u2f-gae-demo/war/WEB-INF/appengine-web.xml):
0 commit comments