- Archived
Hmm. We’re having trouble finding that site.
Hmm. We’re having trouble finding that site.
Hmm. We’re having trouble finding that site.
Hii. Amazing browser tho, whenever i pin something on top or chuck it into essentials - when i close that tab - it disappears (and reappears on browser restart) - i could… (read more)
Hii. Amazing browser tho, whenever i pin something on top or chuck it into essentials - when i close that tab - it disappears (and reappears on browser restart) - i could not locate any setting pertaining to essentials that would stop that behavior (ideally when i close the pinned/essential tab i would love it to stay there as a bookmark - anyone know of a way to achieve this?
i MADE A $50.00 DONATION TODAY 3/6/25 BUT THE CONFIRMATION AND THE CHARGE TO MY CREDIT CARD SHOWS $500.00. I WANT O DISPUTE THE AMOUNT AND CONTRIBUTE THE INTENDED AMOUNT… (read more)
i MADE A $50.00 DONATION TODAY 3/6/25 BUT THE CONFIRMATION AND THE CHARGE TO MY CREDIT CARD SHOWS $500.00. I WANT O DISPUTE THE AMOUNT AND CONTRIBUTE THE INTENDED AMOUNT50.00
KENNETH LYONS KENLY99@GMAIL.COM
How do I access my aol email account without signing into aol. aol is one of my tabs.
When I last tried to buy with Google stored debit card from my bank the transaction was blocked by the presence of a four-month old phone number. I have updated several w… (read more)
When I last tried to buy with Google stored debit card from my bank the transaction was blocked by the presence of a four-month old phone number. I have updated several weeks ago to my current telephone number and address. Yet the new number is not there, instead the old number is not helping me.
I don't live in the U.S. and I LOATHE Donald Trump. I would like the right to BLOCK ALL Donald Trump news, references, and any other reports that include his name or are… (read more)
I don't live in the U.S. and I LOATHE Donald Trump.
I would like the right to BLOCK ALL Donald Trump news, references, and any other reports that include his name or are written about him. I think it is propaganda forced upon the masses to have to see this jackass day in and day out. And for the next four years he will be front page news on every single God Damned channel, paper, report and internet news feed.
Please allow us to put him on a BLACK LIST and give us the right to Black List anyone we see fit to put on that list. I curate my YT feeds, specifically, and I have black listed several people and topics from any and all of my feeds. I think the internet should allow us to do so for ourselves, and not be forced by internet providers and search engines and web browsers to out up with that jackass for another four years !!
STOP THE INSANITY !!!! Thank you Jeremiah Andrews Montreal, Canada
I don't believe the instructions are entirely sufficient when attempting to disable VPN protection for a website. Here are the instructions you provide: To disable VPN pr… (read more)
I don't believe the instructions are entirely sufficient when attempting to disable VPN protection for a website. Here are the instructions you provide:
To disable VPN protection for a specific website, follow these steps:
1. Navigate to the website where you want to disable the VPN protection. 2. In the top right corner of your Mozilla Firefox browser, locate and open the Mozilla VPN extension icon.
For Step 1 above, the instruction says navigate to the website, in this case it isUSPS.com (United States Postal Service). There are 2 cases:
a) Mozilla VPN is ON, I cannot get to USPS.com and Firefox gives me this message:
"Hmm. We’re having trouble finding that site. We can’t connect to the server at usps.com."
b) Mozilla VPN is OFF, I am able to get to USPS.com
However, when executing Step 2, above, by clicking on the Mozilla VPN extension icon, the only result I receive is a blinking uploaded image (see below) and nothing more.
Obviously, the procedure does not take into account the situation of having the VPN ON and trying to get to a website that disallows access when the location is masked, such as usps.com.
What's the fix?
Does the Relay extension only work on Firefox or can it be added to other browsers? It seems like a useful tool, but I don't want to be locked into a single browser. … (read more)
Does the Relay extension only work on Firefox or can it be added to other browsers? It seems like a useful tool, but I don't want to be locked into a single browser.
Tools to convert Sony Video files to MP4 format
I cannot sign in or access my ATT/Yahoo email account
I just installed video download helper premium but it will not download any videos.
Sir I have a Phone number by which that account made i can provide you one time password which you will send to that number. My previous phone are broken but location ar… (read more)
Sir I have a Phone number by which that account made i can provide you one time password which you will send to that number. My previous phone are broken but location are same i am still on same location with same phone number but without phone. So please verify my account and give me access to create new password By analyzing my phone number by which that account made . I repeat that this gmail account is a way to convey my appeal to you . Gmail which I Wana recover is made by same number of this account . And i have that number. So please help me I highly request you sir please 🙏
I keep getting messages from one of my credit cards saying a new computer was detected, saying it was Foxfire (or Mozilla) and Windows 10. The computer I'm using is runn… (read more)
I keep getting messages from one of my credit cards saying a new computer was detected, saying it was Foxfire (or Mozilla) and Windows 10. The computer I'm using is running Windows 11 - why do I get Windows 10 in these messages?
How to stop McAfee and Microsoft popups
where is firefox vpn you told us about
Microsoft is ending support of Windows 10 in Oct 2025. No more updates, security patches, etc. Do I need to buy a new laptop since mine will not take windows 11? My lapto… (read more)
Microsoft is ending support of Windows 10 in Oct 2025. No more updates, security patches, etc. Do I need to buy a new laptop since mine will not take windows 11? My laptop is 14 years old. Or by using Mozilla Firefox, I will still have a secure connection for my banking.
Hi, I am developing a website of my own and in that website I want to implement a handler for Content-Security-Policy violation reports. I want to test if this handler wo… (read more)
Hi,
I am developing a website of my own and in that website I want to implement a handler for Content-Security-Policy violation reports. I want to test if this handler works as I expect and therefore I have configured a webpage such that is will report CSP violations (I see them in the web developer console) and I want to have them sent to my application's CSP-violation handler.
In my test environment, the application is running on localhost. I have run my web application both on HTTP and HTTPS (with a self-signed certificate), but in neither case Firefox is sending any reports to my application.
My CSP headers look as follows: Content-Security-Policy: report-uri http://localhost:5281/csp-violation;base-uri 'none';default-src 'self';form-action 'none';frame-ancestors 'none';report-to csp-viol;script-src 'unsafe-eval' 'nonce-9FuQ3NuVoW66DT1ZU4w9EPSymnHE1/hg';style-src 'unsafe-eval' 'nonce-9FuQ3NuVoW66DT1ZU4w9EPSymnHE1/hg' Reporting-Endpoints: csp-viol=http://localhost:5281/csp-violation Report-To: {"group":"csp-viol","max_age":10886400,"endpoints":[{"url":"http://localhost:5281/csp-violation"}]}
When I run my application using HTTPS, all HTTP in the endpoints will also be HTTPS.
I have verified that when I post something by hand to http://localhost:5281/csp-violation, my handler is executed, so that is not the issue. I believe that Firefox is just not sending the reports. Is there a way to configure Firefox such that it will send the CSP violation reports to my application when run on HTTP(S) on localhost?
Sincerely, Marcel
'''# * bold text'''
today i ended up enabling notifications that appeared to be my hoa's website but was a rogue and fake virus software warning of viruses and wanting to update and renew … (read more)
today i ended up enabling notifications that appeared to be my hoa's website but was a rogue and fake virus software warning of viruses and wanting to update and renew license to remove them.. i get notifications every few seconds from them and had to diable notifications. i did send a note on the "broken link" tab to you guys..
its annoying and my malware bytes didn't catch either. it uses mozilla based to send the notification, i couldn't find a place to block the site.
Thank you.
Jeff Wagener
[edited phone# from community support forum]