foxyproxy / browser-extension

Version 8 and above. Browser extension source code for Firefox, Chrome, and other Chromium-based browsers
GNU General Public License v2.0
198 stars 29 forks source link

Can't use my old patterns file with new version #108

Closed Nishantbhagat57 closed 5 months ago

Nishantbhagat57 commented 6 months ago

Since the last update I can't use my pattens file with this newer version: https://raw.githubusercontent.com/Nishantbhagat57/OK-VPS/main/foxyproxyBB.json

What I did: Import > Import from older versions > selected foxyproxyBB.json

But, No "Pass through" patterns are added.

Screenshot 2024-01-01 221923

erosman commented 6 months ago

The pattern set under "title": "Pass through" doesn't have any server associated with it. FoxyProxy 8 requires a server to put the patterns under it. For now, add a server to it e.g.

    "title": "Pass through",
    "active": true,
    "address": "DIRECT",

I have updated the import function to handle this case for v8.9.

Nishantbhagat57 commented 6 months ago

That worked! Thanks :)