jo5ef / Force-CORS

A Firefox Extension to add CORS headers to responses.
http://www-jo.se/f.pfleger/forcecors
28 stars 24 forks source link

Control is hidden in Firefox Nightly with new Australis-theme #5

Open michaeljbishop opened 10 years ago

michaeljbishop commented 10 years ago

As of this change in FFNightly, the Force-CORS button is not visible.

https://bugzilla.mozilla.org/show_bug.cgi?id=749804

Here is a discussion of affected people.

http://support.mozilla.org/en-US/questions/978015

Can you write a quick fix?

colinfrei commented 10 years ago

+1

colinfrei commented 10 years ago

I rewrote most of the thing to use the SDK so that an icon is displayed and actually works. See https://github.com/colinfrei/Force-CORS

@jo5ef: I'm happy to make a pull request if you're willing to accept such a large change, otherwise I'd publish the extension myself.

jo5ef commented 10 years ago

helo,

Very cool, thanks! I'm currently on Utila, Honduras (very small island) for a longer period and the Internet doesn't really exist here (it only works on some days and when it does I've never seen a ping below 2 seconds..). So I'm not really set up for pulling and publishing until ~April.

But if you're up for it I can just add you as an author for the ForceCORS addon on mozilla.org and you can publish it without having to creating a separate addon. If that's okay with you just let me know your mozilla-eMail.

thx, josef

On Mon, Mar 10, 2014 at 2:13 AM, Colin Frei notifications@github.comwrote:

I rewrote most of the thing to use the SDK so that an icon is displayed and actually works. See https://github.com/colinfrei/Force-CORS

@jo5ef https://github.com/jo5ef: I'm happy to make a pull request if you're willing to accept such a large change, otherwise I'd publish the extension myself.

Reply to this email directly or view it on GitHubhttps://github.com/jo5ef/Force-CORS/issues/5#issuecomment-37160334 .

colinfrei commented 10 years ago

Sent my email by email :)

As I wrote in the email, this is the first time I've tried writing a Firefox extension. The app works, but I have no idea if I may have forgotten anything.

dbrouard commented 10 years ago

Hi, in the end, it seems lots of people have complained about the addon bar and they published a support article explaining how to restore it:

https://support.mozilla.org/en-US/kb/what-happened-to-the-add-on-bar

after that this extension works again. The other/new extension ( https://github.com/colinfrei/Force-CORS ), which worked in the beginning, it's not working anymore to me after a browser update ( FF 29.0.1 right now )

Thanks all!

jo5ef commented 10 years ago

Thanks for letting me know! I'll work on a new version of the extension as soon as I get a chance.

lg, josef

On Sat, May 24, 2014 at 10:47 AM, dbrouard notifications@github.com wrote:

Hi, in the end, it seems lots of people have complained about the addon bar and they published a support article explaining how to restore it:

https://support.mozilla.org/en-US/kb/what-happened-to-the-add-on-bar

after that this extension works again. The other/new extension ( https://github.com/colinfrei/Force-CORS ), which worked in the beginning, it's not working anymore to me after a browser update ( FF 29.0.1 right now )

Thanks all!

— Reply to this email directly or view it on GitHubhttps://github.com/jo5ef/Force-CORS/issues/5#issuecomment-44081621 .

fredericlb commented 10 years ago

Hi,

I forked your addon (including changes by @colinfrei) and added some features to it : https://github.com/fredericlb/Force-CORS

It includes an icon and a settings to automatically Force CORS depending on a given origin. I submitted it to addons.mozilla.org but we could look into merging both projects if you are interested.