testing-library / testing-playground

Simple and complete DOM testing playground that encourage good testing practices.
https://testing-playground.com
MIT License
783 stars 62 forks source link

Firefox extension is gone #344

Open elevesque-nexapp opened 2 years ago

elevesque-nexapp commented 2 years ago

Bug Report πŸ›

The firefox extension for testing playground appears to be gone: https://addons.mozilla.org/en-US/firefox/addon/testing-playground/

This is the link that the "Firefox Extension" button in the testing-playground.com menu links to.

To Reproduce βœ”οΈ

Click the following link: https://addons.mozilla.org/en-US/firefox/addon/testing-playground/

Expected behavior πŸ€”

You should navigate to the extension page page and be able to install the extension.

Suggested solution πŸ”¦

Don't know 🀷

Your Environment πŸ’»

smeijer commented 2 years ago

They've revoked it because:

Rejected by Add-ons Review Team 20 days ago

1) Extensions defining a content security policy that allows eval ('unsafe-eval') are generally not allowed for security and performance reasons. β€˜eval’ is only necessary in rare cases.

  • devtools/src/manifest.json line 24

In addition the following is required to complete the review:

1) Please let us know to what file is '"sha256-6UcmjVDygSSU8p+3s7E7Kz8EG/ARhPADPRUm9P90HLM=" a reference for and how do you obtain it.

  • devtools/src/manifest.json line 24

I have bad experiences with their review team, so I don't know what to do. If anyone is able and willing to submit a new version, and go through the review process, then let me know. I'm happy to add you to the authors in the Firefox Extension store. I'm personally not going to try that again.

kevinbarabash commented 2 years ago

Is there any way to install the extension manually using Firefox?

davidrhoderick commented 2 years ago

So there is no more Firefox extension then?

kevinbarabash commented 2 years ago

I tried installing the extension from source, but Firefox doesn't seem to recognize the folder as a valid extension and it doesn't provide any information about what might be wrong with it. 😞