How to delete account. Hacked
How to delete this account
How to delete this account
I'm a normal guy. I don't see anything strange, nor do I care. I don't want anyone to be looking at what I do.
A Google Search produced a file within my Mac as one of its responses. It took me awhile to figure out it was the response beginning , "https://downloads . . ." I knew … (read more)
A Google Search produced a file within my Mac as one of its responses. It took me awhile to figure out it was the response beginning , "https://downloads . . ." I knew Google's reputation as the worst spy of internet activity, but I thought it only searched the internet. How can I prevent Google searching within my computer files?
Someone is using my acct.I dont understand the language that appears.please help me remove.
Completely bizarre behavior that I cannot explain or find any google matches for. When I enter a search term in Mail, I don't even have to hit enter, it shows up in Firef… (read more)
Completely bizarre behavior that I cannot explain or find any google matches for. When I enter a search term in Mail, I don't even have to hit enter, it shows up in Firefox's search field as soon as I make Firefox the active application (iMac desktop). It happens if I have the Firefox search bar open, or if I open it (Cmd-F) afterwards. It happens in Private Browsing. E.g. if I clear the Firefox field, go to Mail, type some letters into the search field, as soon as Firefox becomes the active window, the search term is populated.
I will entertain any explanation or suggestion, whether based in reality or not. FWIW I'm running Malwarebytes unpaid version so I have some sorta protection. For FF extensions I have Ublock origin, FB Purity, and FB container. I tried turning them off; no change. I didn't try restarting FF after turning them off though, too many tabs needed right now.
thanks, jim
HHHHNBBBBB
To whom it may concern, I have an angular application accessing data from a 3rd party data provider. To get data, POST-requests are sent to the data provider REST API (h… (read more)
To whom it may concern,
I have an angular application accessing data from a 3rd party data provider. To get data, POST-requests are sent to the data provider REST API (https://capzlog.aero). The application works correctly using Google Chrome and Microsoft Edge. However, when using Firefox, the following error appears:
"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs. (Reason: CORS request did not succeed). Status code: (null)."
As the POST request contains basic authentication, a preflight-request (OPTIONS) is first sent to the data provider. This request fails when using Firefox (but not when using Chrome or Edge), see attached screen-shots.
I have spent 4 days on the internet trying to figure out a solution, but I could not solve the issue. I tried the following: 1) check the certificates of the 3rd party provider (https://capzlog.aero): There are no issues. 2) start Firefox in safe-mode, disactivating the "Enhanced Tracking Protecting", clearing the cache. 3) changing the following Firefox settings:
security.enterprise_roots.enabled (true<->false) security.tls.version.min (1<->3) security.tls.version.max (2<->4) network.http.network-changed.timeout
I tried sending the "OPTIONS"-request using curl and it worked as expected:
curl --verbose -XOPTIONS -H "Access-Control-Request-Method: POST" -H "Origin: https://projectz.numericalsolutions.ch" https://capzlog.aero/api/pel/public/externalsystemflights/GetMissingIDs
> OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/2 > Host: capzlog.aero > User-Agent: curl/8.6.0 > Accept: */* > Access-Control-Request-Method: POST > Origin: https://projectz.numericalsolutions.ch > < HTTP/2 204 < cache-control: private < server: Microsoft-IIS/10.0 < access-control-allow-origin: https://projectz.numericalsolutions.ch < access-control-allow-credentials: true < x-aspnet-version: 4.0.30319 < x-powered-by: ASP.NET < date: Thu, 16 Jan 2025 07:12:32 GMT <
> OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/1.1 > Host: capzlog.aero > User-Agent: curl/8.6.0 > Accept: */* > Access-Control-Request-Method: POST > Origin: https://projectz.numericalsolutions.ch > < HTTP/1.1 204 No Content < Cache-Control: private < Transfer-Encoding: chunked < Server: Microsoft-IIS/10.0 < Access-Control-Allow-Origin: https://projectz.numericalsolutions.ch < Access-Control-Allow-Credentials: true < X-AspNet-Version: 4.0.30319 < X-Powered-By: ASP.NET < Date: Thu, 16 Jan 2025 07:12:32 GMT <
Here, a comparison of the "OPTIONS"-HTTP-request as sent by Chrome and by Firefox:
CHROME OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs HTTP/1.1 Accept: */* Accept-Encoding: gzip, deflate, br, zstd Accept-Language: en-US,en;q=0.9a comparison of the "OPTIONS"-HTTP-request as sent by Chrome and by Firefox: Access-Control-Request-Headers: authorization,content-type Access-Control-Request-Method: POST Connection: keep-alive Host: capzlog.aero Origin: https://projectz.numericalsolutions.ch Referer: https://projectz.numericalsolutions.ch/ Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: cross-site User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
FIREFOX
OPTIONS /api/pel/public/externalsystemflights/GetMissingIDs undefined
Host: capzlog.aero
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br, zstd
Access-Control-Request-Method: POST
Access-Control-Request-Headers: authorization,content-type
Referer: https://projectz.numericalsolutions.ch/
Origin: https://projectz.numericalsolutions.ch
Connection: keep-alive
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: cross-site
Priority: u=4
TE: trailers
And the response header as seen by Chrome:
CHROME HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Language: en Server: Microsoft-IIS/10.0 Access-Control-Allow-Origin: https://projectz.numericalsolutions.ch Access-Control-Allow-Credentials: true Set-Cookie: AppSettings=Culture=en-US&Language=English&CountryAlpha2=CH; expires=Fri, 31-Dec-9999 23:59:59 GMT; path=/; secure; SameSite=Lax X-Powered-By: ASP.NET Date: Thu, 16 Jan 2025 07:19:59 GMT Content-Length: 2
Here, a comparison of the Network Traffic as seen for Chrome and for Firefox:
CHROME 17:07:46.550256 IP ANYPC.57562 > 156.67.9.80.https: Flags [P.], seq 1480736564:1480737180, ack 2430285572, win 501, length 616 17:07:46.557654 IP 156.67.9.80.https > ANYPC.57562: Flags [P.], seq 1:393, ack 616, win 8212, length 392 17:07:46.557654 IP 156.67.9.80.https > ANYPC.57562: Flags [P.], seq 393:427, ack 616, win 8212, length 34 17:07:46.557683 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 393, win 501, length 0 17:07:46.557688 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 427, win 501, length 0 17:07:46.558334 IP ANYPC.57562 > 156.67.9.80.https: Flags [F.], seq 616, ack 427, win 501, length 0 17:07:46.558741 IP ANYPC.42786 > 156.67.9.80.https: Flags [S], seq 2926210792, win 64240, options [mss 1460,sackOK,TS val 2936933242 ecr 0,nop,wscale 7], length 0 17:07:46.562927 IP 156.67.9.80.https > ANYPC.57562: Flags [F.], seq 427, ack 617, win 8212, length 0 17:07:46.562962 IP ANYPC.57562 > 156.67.9.80.https: Flags [.], ack 428, win 501, length 0 17:07:46.563492 IP 156.67.9.80.https > ANYPC.42786: Flags [S.], seq 1974100572, ack 2926210793, win 65535, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 17:07:46.563514 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 1, win 502, length 0 17:07:46.565558 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1:1743, ack 1, win 502, length 1742 17:07:46.572094 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 1743, win 8212, length 0 17:07:46.572094 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 1:161, ack 1743, win 8212, length 160 17:07:46.572133 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 161, win 501, length 0 17:07:46.572276 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1743:1794, ack 161, win 501, length 51 17:07:46.572421 IP ANYPC.42786 > 156.67.9.80.https: Flags [P.], seq 1794:3197, ack 161, win 501, length 1403 17:07:46.583942 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 3197, win 8206, length 0 17:07:46.710020 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 161:638, ack 3197, win 8206, length 477 17:07:46.751327 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 638, win 501, length 0 17:07:46.754201 IP 156.67.9.80.https > ANYPC.42786: Flags [P.], seq 161:638, ack 3197, win 8206, length 477 17:07:46.754231 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 638, win 501, options [nop,nop,sack 1 {161:638}], length 0$
FIREFOX 17:08:28.962851 IP ANYPC.35980 > 156.67.9.80.https: Flags [S], seq 2319755284, win 64240, options [mss 1460,sackOK,TS val 2936975646 ecr 0,nop,wscale 7], length 0 17:08:28.972248 IP 156.67.9.80.https > ANYPC.35980: Flags [S.], seq 1053801102, ack 2319755285, win 65535, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0 17:08:28.972330 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1, win 502, length 0 17:08:28.974266 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 1:1894, ack 1, win 502, length 1893 17:08:28.987389 IP 156.67.9.80.https > ANYPC.35980: Flags [.], ack 1894, win 1026, length 0 17:08:28.987433 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 2921:3937, ack 1894, win 1026, length 1016 17:08:28.987461 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1, win 502, options [nop,nop,sack 1 {2921:3937}], length 0 17:08:28.987598 IP 156.67.9.80.https > ANYPC.35980: Flags [.], seq 1:1461, ack 1894, win 1026, length 1460 17:08:28.987647 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 1461, win 524, options [nop,nop,sack 1 {2921:3937}], length 0 17:08:28.987682 IP 156.67.9.80.https > ANYPC.35980: Flags [.], seq 1461:2921, ack 1894, win 1026, length 1460 17:08:28.987707 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 3937, win 547, length 0 17:08:28.994553 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 1894:2052, ack 3937, win 547, length 158 17:08:29.005007 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 3937:3988, ack 2052, win 1025, length 51 17:08:29.005007 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 3988:4057, ack 2052, win 1025, length 69 17:08:29.005700 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 4057, win 547, length 0 17:08:29.006086 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2052:2151, ack 4057, win 547, length 99 17:08:29.006123 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2151:2577, ack 4057, win 547, length 426 17:08:29.008948 IP ANYPC.35980 > 156.67.9.80.https: Flags [P.], seq 2577:2615, ack 4057, win 547, length 38 17:08:29.018116 IP 156.67.9.80.https > ANYPC.35980: Flags [.], ack 2615, win 1023, length 0 17:08:29.018116 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4057:4095, ack 2615, win 1023, length 38 17:08:29.024518 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4095:4322, ack 2615, win 1023, length 227 17:08:29.024518 IP 156.67.9.80.https > ANYPC.35980: Flags [P.], seq 4322:4364, ack 2615, win 1023, length 42 17:08:29.024943 IP ANYPC.35980 > 156.67.9.80.https: Flags [.], ack 4364, win 570, length 0 17:08:35.342337 IP ANYPC.42786 > 156.67.9.80.https: Flags [.], ack 1974101210, win 501, length 0 17:08:35.349317 IP 156.67.9.80.https > ANYPC.42786: Flags [.], ack 1, win 8206, length 0
I really do not know what to do anymore to solve that problem.
As the problem is impacting hundreds of users, I really hope there is a solution.
In advance thanks for your help.
I have been using Firefox for years. Recently the site locks up and I have to close Firefox via task manager. Is there a fix. I am a Microsoft user. Other browsers like E… (read more)
I have been using Firefox for years. Recently the site locks up and I have to close Firefox via task manager. Is there a fix. I am a Microsoft user. Other browsers like Edge do not freeze’
always protect & ask any unknown contribution
Semaphore.social is a mastodon/fediverse web client. I've been using it without issue up to now and it has not updated recently. After a few hours running the CPU usage … (read more)
Semaphore.social is a mastodon/fediverse web client. I've been using it without issue up to now and it has not updated recently.
After a few hours running the CPU usage of Firefox becomes very high (25-50%) and the about:performance shows that it is due to this tab, which shows at values from 110 to 160% or thereabouts.
I haven't noticed this before updating to Firefox 134.0 so I suspect it may be a Firefox regression.
However I cannot work out what the cause is, how to fix it, or if I should file a bug on it.
Any ideas on how I can fix this?
I am using the most current version of Firefox with Windows 10. At this web site: https://tenthousandpots.com/ , I am unable to browse the majority of the site i.e., no … (read more)
I am using the most current version of Firefox with Windows 10. At this web site: https://tenthousandpots.com/ , I am unable to browse the majority of the site i.e., no products appear when selected. I also tried DuckDuckGo and had the same issue. However, when I downloaded and accessed the site via Google Chrome, the site worked as it should. I reached out to the TenThousandPots site and advised them of this and they said they've had no similar reports. Can anyone advise?
For about a year I have, several times, tried to use a link or a pop up that doesn't work in Firefox but can be accomplished in Safari. Today, I used a credit card to pay… (read more)
For about a year I have, several times, tried to use a link or a pop up that doesn't work in Firefox but can be accomplished in Safari. Today, I used a credit card to pay for something on the UFT.org website. It worked. I needed to make another purchase on the same website and page but I got a message that there was an error with my credit card info. I tried again. I tried another credit card. I signed out and back in and repeated everything and still got the same message. I copied the url, went to Safari, pasted the url, entered my info and was successful in making the payment. I am using Firefox 133.0.3. What might be happening to cause these problems?
Control and tracking another persons without my permission
outrageous, i moved from windows to debian for the purpose of exceling my ram capacity on this low spec netbook with 4GB 3.7GB usable with emmc chip and a celeron n4000 c… (read more)
outrageous, i moved from windows to debian for the purpose of exceling my ram capacity on this low spec netbook with 4GB 3.7GB usable with emmc chip and a celeron n4000 cpu turns out ff eats just like in windows.
I am not an expert just savy, remember the time when upgrading from 32MB to 64MB was a big leap? well where the hell did 4GB of ram became obsolete? so there's no windows conspiracy just exponential ram usage?
Is there a different version of FF i could use for this 4GB machine? non-upgradable I could always try vivaldi or look else where but i trust FF for base security. I am using ublock origin on the machine too and 1 custom theme but i doubt that fixes the root cause. Is all the internet in the 2020s this ram voracious beast?
upon loading a empty tab FF uses 500MB for itself forget about the 64MB system ram from the 90s is FF 2025 really so complex or is this a conspiracy? then i load startpage.com and it uses 200MB!! of ram just on that search form man.
My samsung account and google are compromised. Need firefox to shield me on this data privacy viollation... Pls assist me on this by tracking source and identify the pers… (read more)
My samsung account and google are compromised. Need firefox to shield me on this data privacy viollation... Pls assist me on this by tracking source and identify the person behind this madness.. My Data usage for 1month has been consumed in one day and subscribe my google play account, for the android apps that I hadnt got knowledge. Please assist.. thank you.
Hi: Recently Firefox, latest release now, won't show the Taskbar when the cursor is moved to the bottom of the screen. I have no addons or themes installed, ie, plain van… (read more)
Hi: Recently Firefox, latest release now, won't show the Taskbar when the cursor is moved to the bottom of the screen. I have no addons or themes installed, ie, plain vanilla Firefox. If I start Firefox in troubleshoot mode it works properly. Any help please? Thanks Donald
Whenever i open a sheet in google sheets it does not render and it is transparent(I can see open windows other than Firefox ) Firefox for Ubuntu 133.0.3
I clicked on a link in an email and FF began opening it. It then stopped and gave a message that the site was causing FF to run slow. That was an understatement, as FF ne… (read more)
I clicked on a link in an email and FF began opening it. It then stopped and gave a message that the site was causing FF to run slow. That was an understatement, as FF never continued and didn't fully open the site. I copied the URL to Chrome and it had no problem quickly opening the site. What do I need to fix in FF to make it happy again? This is the link if you want to try it. https://www.mypoints.com/jumppage?trkid=p16498665&h=1645af8f93c2559daa84038a922f4a04&merchant=10659&page=110&finalUrl=https%3A%2F%2Fbestbuy.7tiv.net%2Fc%2F49764%2F687081%2F10014%3Fu%3Dhttps%253A%252F%252Fwww.bestbuy.com%252Ftop-deals&brand=BestBuy&deo=16498665,5,0,0,0,0,0&utm_source=BONUSMAIL&utm_medium=email&utm_campaign=1196390
Please help me sign in to my hotmail (live) outlook account.
I have an appointment and need to access the patient portal.
Thank you!