this post was submitted on 19 Nov 2025
9 points (76.5% liked)

Firefox

21312 readers
121 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 6 years ago
MODERATORS
 

To easy understand what i am saying, i will give you this example, you visit domain.com but on this page there are other things from external domains other than domain.com that firefox fetches/connects to - cdn.blabla.com; third-party.socialwebsites.com, etc. What i want, is to simply not connect to any other domain except what i typed in url bar. I understand it can break pages but i dont care.
A while ago, setting permission.default.images to 2 somehow worked and stopped loading of external content. Disabling prefetch/preconnect/predict/predictor does nothing.
p.s. i dont want to use extensions, only about config.

you are viewing a single comment's thread
view the rest of the comments
[–] racketlauncher831@lemmy.ml 1 points 4 days ago

This simply won't work.

domain.com sends you an HTML, which is empty. The HTML defined a <style> tag which your browser will fetch from cdn.com. Do you want to block it? Cool, no CSS for you.

It also defined a <script> tag which your browser will fetch the React library from cdn.com. Do you want to block it? Cool, no content for you.

The whole page is just one <div id="root"></div>.