GithubHelp home page GithubHelp logo

sebazzz / fiddlerfox Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 43 KB

Allows you to point Firefox to your fiddler instance if it doesn't refresh the proxy settings after Fiddler has started

Home Page: https://damsteen.nl

License: GNU General Public License v2.0

Batchfile 0.55% PowerShell 13.07% JavaScript 66.62% HTML 19.76%

fiddlerfox's People

Contributors

sebazzz avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

fiddlerfox's Issues

Not working on Waterfox

So, I had trouble with fiddler and found your addon, and tested it with Firefox, and it worked! However, I then installed it on Waterfox, and it didn't work. Would you know why?

ps. I did a lot of troubleshooting such as restarting it, reinstalling the addon, etc.

Update icon (again)

Hi,

This extension has been useful to me lately. Unfortunately, it has no icon at least on Firefox 72. Not a big deal though, just wanna let you know.
image

Remove deprecated API usage - Intent to deprecate proxy register/unregister, onProxyError WebExtensions APIs

I got an email from Mozilla:

You are receiving this email because you are listed as the developer of an extension for Firefox that uses browser.proxy.register, browser.proxy.unregister, or browser.proxy.onProxyError.

These three WebExtensions APIs will be deprecated starting in Firefox 68 (the console and linter will issue warnings) and completely removed in Firefox 71, currently scheduled for December 2019.

The proxy.register API use a proprietary PAC script because, at the time it was implemented, the proxy filter system was synchronous. It does not implement the standard PAC API, so normal PAC scripts (typically found in enterprise environments) do not work with this API. Now that the asynchronous proxy.onRequest API is available, as well as the proxy.settings API for controlling global Firefox proxy settings, the original API are being deprecated in order to decrease the cost of maintenance for the WebExtensions API.

The proxy.onProxyError API was replaced by the proxy.onError API which has been available since Firefox 60. While our documentation was updated to reflect this, the API was never actually removed from Firefox. Similarly, the proxy.registerProxyScript API, added in Firefox 55 but quickly replaced by proxy.register in Firefox 56, is also being removed.

We encourage you to migrate to a supported API as soon as possible. You can track the deprecation process on Bugzilla.

Allow setting the Fiddler host and port number

The Fiddler host and port number is currently hardcoded to localhost:8888. It would be nice if it could be configured by the user.

Tasks:

  • Create settings page
  • Change PAC to listen to the settings
  • When settings are changed and PAC active, update PAC info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.