WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.91k stars 972 forks source link

Error access authorization new category #8576

Open gbrn opened 1 year ago

gbrn commented 1 year ago

@DanielnetoDotCom Danny, there is a bug in the integration of the Streamer with the public Encoder. When I click to create a new category. Displays an error regarding access authorization. Check out the video:

https://github.com/WWBN/AVideo/assets/37880073/f9e60080-6df0-4edf-8d4d-2bb02e7fb1b3

DanielnetoDotCom commented 1 year ago

Could you please review this recent update?

However, I've noticed that for the public encoder, it may not function properly because of the browser's cross-site scripting (XSS) protection.

Explanation: Browsers have built-in security features to protect users from malicious scripts. One such feature is called "cross-site scripting protection" or "XSS protection." When a website tries to run a script that wasn't loaded from its own domain or doesn't match certain security criteria, the browser may block it to prevent potential harm. In the context of the provided text, it appears that the "public encoder" is trying to execute some action that's getting blocked due to this protection, which is why it won't work.