syrill
Forum Replies Created
-
Forum: Plugins
In reply to: [hCaptcha for WP] Blocking CMP after updateIt’s working again – thanks for the quick help π
- This reply was modified 2 years, 2 months ago by syrill.
Forum: Plugins
In reply to: [hCaptcha for WP] Blocking CMP after updateI’ll rather wait for the hotfix, since we got a few pages I’d have to edit the plugin code on.
Thanks for the quick reply, I’ll check back later
Forum: Plugins
In reply to: [Embed Privacy] Cant block TikTokOh true… gonna keep that in mind.
Forum: Plugins
In reply to: [Embed Privacy] Cant block TikTokGood to know, thanks!
Works like a charm <3
So I actually only had to put / infront and after my regex. Well as long as I can go on with other stuff… Β―\_(γ)_/Β― Thanks manForum: Plugins
In reply to: [Embed Privacy] Cant block TikTokTeach me your magic, I cant seem to embed that here.
Yea looks correctForum: Plugins
In reply to: [Embed Privacy] Cant block TikTokOr even the TikTok, where we just use the share->embed link
Forum: Plugins
In reply to: [Embed Privacy] Cant block TikTokSadly not, because this form messes up even if I choose inline code
Can provide the link thoWe use your plugin out of the box. In the network tab inside the dev tools we can see it sending a request to /hiddenapi/lp/… which returns, that it does not exist.
Checking for a path myself the api endpoint is at /hiddenapi/learnpress/…
Hence the problem, obviously.the URL it gets is CORRECT… an url “prefix” does not matter… as /hiddenapi/learnpress shows the api endpoint
We did not change anything in that regard. Plus, as stated, the URL are both containing /hiddenapi/ – the problem is, that the request URL is followed by /lp/ while there is no such path, but there is /learnpress/.
Which is, as shown in the screen, HARDCODED

loadAJAX.js lists /lp/v1 and requests are directed zu learnpress/v1