Paypal.com Stuck at Security Check

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
geraldh
Moonbather
Moonbather
Posts: 54
Joined: 2022-06-18, 16:19
Location: Citizen of Europe

Paypal.com Stuck at Security Check

Post by geraldh » 2026-04-28, 12:10

In the past few days I have been unable to login to Paypal when making Ebay purchases.
After typing in my password I get "Please wait while we perform security check" and then for a few seconds a twirling graphic which then stops and leaves me with just the "Please wait while we perform security check" text.

Code: Select all

Timestamp: 28/04/26 13:08:52
Error: Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://www.paypalobjects.com’) does not match the recipient window’s origin (‘https://www.paypal.com’).
Source File: https://www.paypalobjects.com/web/res/763/5fb1f0dbc65744ed7c0eb0889575e/hcaptcha/hcaptchapassive_eval.html?siteKey=884d15d9-b649-4bbb-8d1c-2d6f0eed75eb&locale.x=en_GB&country.x=GB&checkConnectionTimeout=5000&action=signin&domain=hcaptcha.paypal.com&customDomains=endpoint%3Dhttps%3A%2F%2Fhcaptcha.paypal.com%26assethost%3Dhttps%3A%2F%2Fnewassets.hcaptcha.paypal.com%26imghost%3Dhttps%3A%2F%2Fimgs.hcaptcha.paypal.com%26reportapi%3Dhttps%3A%2F%2Faccounts.hcaptcha.paypal.com%26host%3Dhcaptcha.paypal.com
Line: 0

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3287
Joined: 2012-08-19, 20:32

Re: Paypal.com Stuck at Security Check

Post by back2themoon » 2026-05-02, 17:47

Are you blocking HTTP Referers with an extension or some other way? I had the same issue, temporarily disabled the "Referrer Control" extension and their security check went through.

User avatar
geraldh
Moonbather
Moonbather
Posts: 54
Joined: 2022-06-18, 16:19
Location: Citizen of Europe

Re: Paypal.com Stuck at Security Check

Post by geraldh » 2026-05-10, 08:44

Thanks for the suggestion. I think I've cracked it. It's an nmatrix/ematrix setting "Spoof HTTP referrer string of third-party requests" which I think is turned on by default? Even if I disable filtering from via the toolbar icon, the "Spoof HTTP referrer string of third-party requests" setting is still active. Unticking this has solved issues with another website that I couldn't view properly as well, so I'll leave that unticked now.

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3287
Joined: 2012-08-19, 20:32

Re: Paypal.com Stuck at Security Check

Post by back2themoon » 2026-05-10, 09:51

Yes, the Referer toggle in eMatrix is only meant as a global switch. If you want finer, per-website control you'd need another extension like the aforementioned Referrer Control.

By the way, there's an interesting decades-old spelling issue here. Referer is correct, but it's often misspelled as Referrer.

User avatar
Moonchild
Project founder
Project founder
Posts: 39492
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Paypal.com Stuck at Security Check

Post by Moonchild » 2026-05-10, 10:26

Referrer checks are a common pitfall for people using extensions that touch them. In today's internet with the use of many different hosts on singular websites it's almost always a bad idea to spoof them.
"Praise from a narcissistic person is always a poison dart. They don't share the stage, so discernment matters." - Dr. Ramani
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3287
Joined: 2012-08-19, 20:32

Re: Paypal.com Stuck at Security Check

Post by back2themoon » 2026-05-10, 10:58

Ok, but why the heck should any website know our previously visited website, i.e. where we come from? I mean, isn't that kind of significant, privacy-wise?

Most of these extensions have an option to "ignore same domain requests" i.e. don't interfere in that scenario which indeed is a sane default and keeps breakage to a minimum. And referer-related breakage isn't really that widespread. Surely the privacy benefit is greater, or am I missing something?

User avatar
Moonchild
Project founder
Project founder
Posts: 39492
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Paypal.com Stuck at Security Check

Post by Moonchild » 2026-05-10, 11:40

back2themoon wrote:
2026-05-10, 10:58
Ok, but why the heck should any website know our previously visited website, i.e. where we come from?
Because you don't want external requests to suck up your server bandwidth, for one.
Secondly, for security-sensitive things, you want to ensure inbound linkage is legitimate from expected hosts.

Yes, it's potentially a privacy concern, but not that big of a deal in properly-implemented web clients like browsers. It only shows the target sevrer where you came from if it was, in fact, a hyperlink or other content-navigation request. referrers are empty if you navigate manually from the UI or use a bookmark or what not.

Same-domain settings to ignore referrer spoofing are indeed a good measure to limit breakage, but that still fails when, like Paypal does, own hosts aren't necessarily all on the same domain (which is often a security measure for the server operator as well - decoupling DNS of the core business from any third party in use like a CDN). I know paypal uses "paypalobjects.com" for example for static resources that have to be cached aggressively; "same domain" won't work because it's not "paypal.com".
"Praise from a narcissistic person is always a poison dart. They don't share the stage, so discernment matters." - Dr. Ramani
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
BenFenner
Keeps coming back
Keeps coming back
Posts: 952
Joined: 2015-06-01, 12:52
Location: US Southeast

Re: Paypal.com Stuck at Security Check

Post by BenFenner » 2026-05-10, 13:01

Off-topic:
back2themoon wrote:
2026-05-10, 09:51
By the way, there's an interesting decades-old spelling issue here. Referer is correct, but it's often misspelled as Referrer.
back2themoon wrote:
2026-05-10, 09:51
Referer is correct, but it's often misspelled as Referrer.
back2themoon wrote:
2026-05-10, 09:51
Referer is correct
You have that a bit backwards.
I deal with this all the time in code. I prefer to spell it correctly ("referrer") everywhere possible (variable names, array keys, code comments, general documentation, etc.) and only use the incorrect misspelling ("referer") when I absolutely have to because the spec has that historic typo in it.

User avatar
Moonchild
Project founder
Project founder
Posts: 39492
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Paypal.com Stuck at Security Check

Post by Moonchild » 2026-05-10, 14:03

Off-topic:
Referrer as a concept and word/term is correct, but as pointed out there was a typo when the RFCs were written which cemented it in the spec, and once servers and browsers started using the typoed version with a single R in their header implementations, it couldn't easily be changed, and it's stuck since then. And unlike modern "standards" that are being changed on a saturday whim all the time, the older Internet took them a lot more serious and as unchanging.
"Praise from a narcissistic person is always a poison dart. They don't share the stage, so discernment matters." - Dr. Ramani
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3287
Joined: 2012-08-19, 20:32

Re: Paypal.com Stuck at Security Check

Post by back2themoon » 2026-05-10, 15:46

BenFenner wrote:
2026-05-10, 13:01
You have that a bit backwards.
You are right! :D :oops: - I've got it backwards the entire time! Good to know.