Works for me:
Another caveat is that the message will only be checked for spam if the thread was otherwise going to be visible, so if you have permissions set such that all guest posts go to the approval queue then that will supersede spam checks.
That’s still not a valid regex. You can use the copy button on regex101 to copy it correctly. Note that admin and moderator accounts also bypass the spam check implicitly. I can only confirm that the regex I provided works as anticipated.
If your account does not meet the spam checking criteria then the bypass permission is not checked at all (there is no check to bypass). You should test with a fresh account that meets the criteria you have configured for spam checking.
Ensure you're using an account subject to spam restrictions to test, and note that /[\u0400-\u04FF]{3,}/u is not a valid regex.
https://regex101.com/r/Psu2Ck/1
You would need the font in a web-compatible format like WOFF2. Google has a library of fonts which are free to use with instructions for how to use them, for example. You would edit the PAGE_CONTAINER template to include the embed code, and then edit the typography style properties to include...
I can't say we have imminent plans there right now, but yeah it did cross my mind that splitting up things which interface with external service providers could allow them to be updated independently of the core so I do think it's worth future consideration.
(I've long-wished Apple would do...
That file should replace src/XF/Payment/Stripe.php, and not anything in src/vendor/. If you replaced src/vendor/stripe/stripe-php/Stripe.php you will need to revert it.
You can edit the _help_page_cookies template. Before the last line, something like:
<xf:datarow rowclass="dataList-row--noHover">
<xf:cell class="dataList-cell--min dataList-cell--alt">Amazon Affiliates</xf:cell>
<xf:cell>Some description of the cookies and their purpose, with a link to...
The ACP quick-search will only match phrase titles. You can find the drop-down on the phrases list itself (Appearance > Languages and phrases > Phrases), and there's also a dedicated search page (Appearance > Languages and phrases > Search phrases or admin.php?phrases/search).
You can edit the PAGE_CONTAINER template to add them to the <head> section if that's what you mean. You can then adjust the font stack in the typography style properties, or via extra.less if you need something more granular.
It's not really possible without code changes. We rely on being able to hydrate this information using denormalized cache columns out of the box for performance reasons (ie. the last_thread_id and other columns on xf_forum).
If you're seeing this error, that seems unlikely. Does REMOTE_ADDR contain a string with only a single IP address? The other headers don't really matter to XF much out of the box.