საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Issue with check of permission during update in web extentions

  • 3 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

Dear Support,

Recently we have migrated our addon from XPI to web extensions. After this we faced with issue during addon update. If we add new URL in manifest file, Firefox blocks addon and asks confirmation from client to accept new permissions.

The issue is we already asked permissions to all URLs. And user already agreed with it. And there is no reason to ask again to confirm for specific URL. It requires unuseful actions from user. Please could you fix it?

This is how we requested permissions to all URLs in manifest file:

 "permissions": [
    ...
   "notifications",
   "storage",
   "tabs",
   "<all_urls>",
   "clipboardWrite"
 ],

The line is "<all_urls>"

Thanks

Regards, Dmitry

Dear Support, Recently we have migrated our addon from XPI to web extensions. After this we faced with issue during addon update. If we add new URL in manifest file, Firefox blocks addon and asks confirmation from client to accept new permissions. The issue is we already asked permissions to all URLs. And user already agreed with it. And there is no reason to ask again to confirm for specific URL. It requires unuseful actions from user. Please could you fix it? This is how we requested permissions to all URLs in manifest file: "permissions": [ ... "notifications", "storage", "tabs", "<all_urls>", "clipboardWrite" ], The line is "<all_urls>" Thanks Regards, Dmitry

ყველა პასუხი (3)

Support Volunteers can't make changes to Firefox and the developers do not directly monitor this site. To submit suggestions for new or changed features, may I suggest:

Feedback: https://qsurvey.mozilla.com/s3/FirefoxInput/ Facebook: https://www.facebook.com/Firefox Reddit: https://www.reddit.com/r/firefox/ Twitter: https://twitter.com/firefox

Or contact through the info that was provided.

Please let us know if this solved your issue or if need further assistance.

The Add-ons Support website is over here: https://discourse.mozilla.org/c/add-ons

If you have permission for <all_urls> already, why would you add a particular URL to the manifest.json file? It seems unnecessary. But... I'm not an extension developer and agree that the Add-ons forum would be the best place to sort it out.