Binara-Prabhanga / AcademyNet

0 stars 0 forks source link

CSP: Notices #43

Closed it21219566 closed 1 month ago

it21219566 commented 1 month ago

Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) Cross Site Scripting (XSS), and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.

it21219566 commented 1 month ago

Solution: Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.