LinkedIn Tag

Centro de Aprendizaje

Explore nuestros recursos educativos para aprender sobre seguridad del lado del cliente, protección web y mejores prácticas para asegurar su sitio web.

¿Tiene preguntas? Nuestro equipo está aquí para ayudar

What is a Content Security Policy (CSP)?

Content Security Policy (CSP) is a browser security feature that was implemented to mitigate against certain types of browser-based attacks, like cross-site scripting.

Leer más

What is the difference between Mbps, mb/s, and MB/s?

In a world of internet speeds and data transfer, terms like Mbps, mb/s and MB/s often are mistaken for the same thing. Both are used to describe data rates, but the difference in capitalization is crucial for understanding which is which. 

Leer más

What is WAF?

A Web Application Firewall is a security component that lives in front of a web application, and inspects inbound traffic to web applications to prevent malicious requests from exploiting vulnerabilities.

Leer más

Why do things on my page appear later?

Lazy loading is a technique used by web developers to delay loading non-important things on the page. Things like images, videos, and embedded content usually loads last, or until they’re actually needed by the page.

Leer más

What is DNS?

DNS is the internet’s phonebook that maps out a site’s URL (like cside.dev) to the numeric IP address of where the servers hosting those sites are.

Leer más

What is DOM?

When building a website, you’ll often encounter the term DOM - which stands for the Document Object Model. The DOM is a programming interface that represents a webpage as a structured tree of nodes, with each node correlating to an HTML element (like a heading tag, paragraph, and link).

Leer más

What is PII?

Personally Identifiable Information (PII) is any data that can be used to identify a person, either on its own or in conjunction with another piece of data.

Leer más