Rob Wu

Results 83 issues of Rob Wu

When Firefox Australis is deployed, the internals of the UI will change (https://github.com/Rob--W/toolbarwidget-jplib/issues/6). Simultaneously, new SDK modules will be added: https://github.com/mozilla/addon-sdk/wiki/JEP-Add-on-UI-Integration#apis, and the [sdk/widget module will be deprecated](https://bugzilla.mozilla.org/show_bug.cgi?id=936623). **New add-ons...

enhancement

https://code.google.com/p/chromium/issues/detail?id=178319 will break chrome.management.setEnabled. See https://code.google.com/p/chromium/issues/detail?id=336546 for progress on a (proposed) alternative method (chrome.management.reload).

STR: 1. Use the "New cookie" button to create a cookie for an IPv6 address. 2. Use the search form to find that cookie, **by name** \*. 3. Click on...

There are many work-arounds for bugs in Firefox, mostly in: - https://github.com/Rob--W/cookie-manager/blob/master/background.js - https://github.com/Rob--W/cookie-manager/blob/master/cookie-manager-firefox.js Let's consider dropping support for older versions. There are two: - Firefox 51- (because 52 was...

If #4 and #5 are both implemented, it would be natural to support a bulk-edit cookie feature, e.g. to set the desired cookie jar for the cookie, or to explicily...

The current import function that fixed #2 imports all cookies. It can be useful to first preview the cookies, optionally change the selection and then confirm the import. The existing...

The demo server of CORS Anywhere (cors-anywhere.herokuapp.com) is meant to be a demo of this project. But abuse has become so common that the platform where the demo is hosted...

The CORS Anywhere demo is hosted at Heroku. I've been informed that the app is causing performance issues on the platform and that hosting an open proxy is against the...

In response to multiple DMCA requests via Heroku, and to counter the risk of a full shut down of the service, I am taking the following measures to limit abuse:...

The default implementation of CORS Anywhere (server.js) does not restrict the target URLs. The ability to enforce restrictions based on the destination URLs has been requested in #67. Since I...

enhancement