Sonaar music player

What is the name of the domain?

Lojazz.com

What is the issue you’re encountering

Music player stops appearing when cloudflare activated

What steps have you taken to resolve the issue?

Paused cloudflare

What are the steps to reproduce the issue?

Reactivate cloudflare

Hi there,

Are you referring to this player at the bottom?
Screenshot 2024-07-03 at 15.17.54

Seems to be working fine.

I did notice that on Jun 30, there were a couple of challenges that might have interfered with it, but this was caused by having under attack mode enabled:

  "action": "managed_challenge",
x
x
  "clientCountryName": "US",
x
  "clientRequestHTTPHost": "www.lojazz.com",
  "clientRequestHTTPMethodName": "GET",
  "clientRequestHTTPProtocol": "HTTP/2",
  "clientRequestPath": "/wp-content/plugins/sonaar-music-pro/public/js/iron-audioplayer/iron-audioplayer.js",
x
x
x
x
  "ruleId": "iuam",

I’ve more recently seen bot fight mode activity in the same path. If the issue still exists, you could simply create a rule for SBFM to not be enabled for the plugin:

This was the expression I used:

(http.host eq "www.lojazz.com" and http.request.uri.path contains "wp-content" and http.request.uri.path contains "plugins" and http.request.uri.path contains "sonaar-music-pro" and http.request.uri.path contains "public")

Customize the rule as much as you’d like, and try to be as specific as possible, because a skip rule gets more secure as it gets more specific.

Take care.

1 Like

yes, i am new to this forum so I didnt see your reply. I will try now.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.