Comment 5 for bug 1407275

Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

The manifest.json file needs to be updated to account for https schemes. In this file, the "includes" line describes the url patterns that are valid and that can be browsed to. Any other URL (not matching the pattern) will open in the default browser,

    "includes": ["http://zhukov.github.io/webogram/*"],

one need to add "http://zhukov.github.io/webogram/*" to the list,