Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

188
Views
How can I bypass the proxy for certian sub directories chrome.proxy for google chrome browser extension

I have created a browser extension that uses a proxy, the proxy works fine and I am able to bypass the proxy for certain domains and sub domains that I specify. I am trying to bypass the proxy for a specific subdirectory of a domain, but this does not seem to be working, any advice? I have looked the documentation from google, but it does not mention about subdirectories. Please see the code below where I have put a wildcard as an example of what I am trying to do:

  mode: "fixed_servers",
  rules: {
    proxyForHttp: {
      scheme: "socks5",
      host: "1.2.3.4"
    },
    bypassList: ["foobar.com/dir1/dir/*"]
  }
};
chrome.proxy.settings.set(
  {value: config, scope: 'regular'},
  function() {}
);```
about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!