Awaiting Review Time was Too Long

Hi, I sent my add-on “Mozilla Addons” page three weeks ago but there is a message still at status: “Awaiting Review”. This add-on is my first application so what can I do for this problem?

https://addons.mozilla.org/en-US/firefox/addon/desktab/

I’m waiting help from you! Thanks…

Why does the addon have the following in js/bookmarks.html?

<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval'">

unsafe-eval is generally cause for concern.

1 Like

Firstly, thanks for reply.

My add-on have drag & drop feature, but if there isn’t this code, Firefox says on console: “Content Security Policy: The page’s settings blocked the loading of a resource at …” and the feature isn’t working. When I researched, I saw this solution on StackoverFlow.

The add-on is just about bookmarks and new tab.

Actually, I changed my browser about:config too. I hope, this add-on works without about:config settings.

If, there is a problem, please help me and give me an advice.

Thanks…

There is an error when I remove that line:

If console logs this error, drag & drop property can’t worked. How can I solve this problem with another way?

The main concern is unsafe-eval

Ok, I understand. Well, what can I do for gaining confidence? Or how can I run my add-on without that line?

You need to ask your general questions at the general support forums.

Ok, I solved this problem and uploaded new version. Please, check :slight_smile:

Thanks.