why cloudflare page rules not working

sanhpv

Newbie
Joined
Sep 12, 2024
Messages
12
Reaction score
3
Screenshot 2024-11-17 010707.png

How to allow access to video.wikidata from one domain only?
i have set the rule as in the image, it only works in wpdress page but this player is not working

Code:
https://cosplay.baby/video/juqcyxp3mbZwnTW
Is there any way to get it to work in these players?

1731847146914.png
 
To restrict access to video.wikidata from one domain, ensure your server sends the correct CORS headers, like Access-Control-Allow-Origin: https://yourdomain.com, and check if the player supports CORS.
 
Back
Top