Re: [webauthn] Secure context should be MUST not SHOULD

from https://heycam.github.io/webidl/#SecureContext I /think/ doing 
this adequately addresses this issue..
```
    partial interface Navigator {
        [SecureContext]
        readonly attribute WebAuthentication authentication;
    };
```


-- 
GitHub Notification of comment by equalsJeffH
Please view or discuss this issue at 
https://github.com/w3c/webauthn/issues/146#issuecomment-247715214 
using your GitHub account

Received on Friday, 16 September 2016 21:38:38 UTC