wyantb / HashMask

A browser addon for password fields, adding a visual hash to aid in memorability.
5 stars 0 forks source link

Modals are broken #35

Closed nickserv closed 12 years ago

nickserv commented 12 years ago

Trying to show a modal results in one of these errors in Chrome's JavaScript console: Refused to execute inline event handler because of Content-Security-Policy.

This might be an issue with switching to manifest version 2. However, we should try to stick with the current standard manifest format and try to fix this issue, rather than reverting the manifest back.

wyantb commented 12 years ago

Not just modals. See save button, probably restore buttons and everything else too.

wyantb commented 12 years ago

As a nifty reference, see: http://code.google.com/chrome/extensions/contentSecurityPolicy.html

wyantb commented 12 years ago

Ignore my first comment; the salt and hash buttons work fine now. Only the modals are still broken.

nickserv commented 12 years ago

I've done part of this but just haven't gotten around to finishing it yet. I'll have time early tonight, so I can finish this then.