Szerző: u Dátum: Címzett: Uzair Farooq CC: The Tails public development discussion list Tárgy: Re: [Tails-dev] Verification extension [was: HTML prototype for new
download page]
Hi!
>> - contentscript/verify.js:
>> - fetchConf(): please wrap the regexps.
>
> Not sure what you mean by this. Do you want me to convert them to 'new
> Regex()' format?
Just put them into parentheses, if this works.
>> - manifest.json:
>> - "permissions": [
>> "http://*/*",
>> -> please deactivate HTTP. We only want to download over HTTPS.
>
> Fixed this. Also, I removed 'http://*/*' permission and added only
> tails.boum.org permission as we don't require permission for all sites.