someone couldn't comment this out so they just made it match the color lol
Posted March 1st, 2023 by QuartzMaster
by QuartzMaster
in The Ultimates Galaxy
March 1st, 2023
See more stories by QuartzMaster
in The Ultimates Galaxy
March 1st, 2023
in the top left corner. the /* is supposed to make it a comment in just the code, but it isn't a comment lmao. So whoever was working on the website just made it black so that no one could see it. XD
or maybe they left it there on purpose. Probably was on purpose actually.
See more stories by QuartzMaster
KidPub Authors Club members can post their own stories, comment on stories they've read, play on KidMud, enter our contests, and more! Want to join in on the fun? Joining is easy!
Though I should mention what it's saying too. Basically the note says that they made this website secure.
http is Hypertext Transfer Protocol (HTTP), which is an application-layer protocol for transmitting hypermedia documents, such as HTML (which is basically the skeleton of the website, responsible for the text). It was designed for communication between web browsers and web servers, but it can also be used for other purposes.
and https is the same thing, only it's secure. So Hypertext Transfer Protocol Secure.
then we got CSRF.
Cross-Site Request Forgery (CSRF) is basically an attack that forces authenticated users to submit a request to a Web application against which they are currently authenticated.
good note. just wasn't commented as it was intended. XD