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

157
Views
Disabling private IP anonymization via WebRTC no longer possible after Chromium update?

Our web application relies on accessing the private IP of the computer on which the browser is running. (The computers are running in a private network without Internet access so we are not concerned with the security risk.)

We previously achieved this by disabling the flag enable-webrtc-hide-local-ips-with-mdns (menu option 'Anonymize local IPs exposed by WebRTC') in Microsoft Edge. The same flag was available in Chrome.

But it seems this option has been removed in a recent Chromium update as I can no longer find the flag in either Chrome or Edge.

Is there a workaround to this where I can achieve the same thing, i.e. allow the private IP to be accessed by the browser?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

If you are on the same network as the client, you can obtain the client's IP address from mDNS, just like the browsers do. The procedure is explained in https://datatracker.ietf.org/doc/html/draft-ietf-rtcweb-mdns-ice-candidates-04

In short, whenever you receive a candidate with a connection-address that ends in .local, resolve the address using mDNS. If you are on the same network as the client, this will yield you the client's IP address. If you are not on the same network, then this will yield no result, which is the desired result for privacy reasons.

Note that this protocol is not secure: an attacker on the local network might answer all mDNS queries with its own address, which will cause you to connect to the attacker. You must therefore take care to authenticate the client once you've obtained its address.

about 4 years ago · Juan Pablo Isaza Report
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!