diegocr / CleanLinks

Converts obfuscated/nested links to genuine clean links.
166 stars 45 forks source link

Chrome package registration error in latest Nightly due bug 1182546 #105

Open Halibut80 opened 9 years ago

Halibut80 commented 9 years ago

Security Error: Content at moz-nullprincipal:{e9e89098-f5a8-4b49-a841-04b8e93bc0c6} may not load or link to chrome://cleanlinks/locale/options.dtd. when open option page.

https://developer.mozilla.org/en/docs/Chrome_Registration#contentaccessible https://bugzilla.mozilla.org/show_bug.cgi?id=1226869

diegocr commented 9 years ago

That's interesting, thanks for reporting it.

So, looks like every add-on using inline-options will need to use the contentaccessible directive, the least to say is that it's awkward because this will open the addon to get accessed from content (web) pages unnecessarily :confused: