Frameworks

IstioIstio

Istio Usage Statistics · Download List of All Websites using Istio

Istio is a service mesh that provides observability, security, and management to speed up deployment cycles.

JavaScript Libraries and Functions

JavaScript ModulesJavaScript Modules

JavaScript Modules Usage Statistics · Download List of All Websites using JavaScript Modules

Modern browsers now support native module functionality, optimizing loading and efficiency. Import and export statements are key for using native JavaScript modules.

SSL Certificates

HSTSHSTS

HSTS Usage Statistics · Download List of All Websites using HSTS

Forces browsers to only communicate with the site using HTTPS.

Operating Systems and Servers
Document Encoding

UTF-8UTF-8

UTF-8 Usage Statistics

UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. It is the preferred encoding for web pages.

Document Standards

HTML5 DocTypeHTML5 DocType

HTML5 DocType Usage Statistics

The DOCTYPE is a required preamble for HTML5 websites.

X-UA-CompatibleX-UA-Compatible

X-UA-Compatible Usage Statistics

Allows a website to define how a page is rendered in Internet Explorer 8, allowing a website to decide to use IE7 style rendering over IE8 rendering.

Google Chrome IE FrameGoogle Chrome IE Frame

Google Chrome IE Frame Usage Statistics

Frames Google Chrome window into Internet Explorer for HTML 5 compatibility.

Meta RobotMeta Robot

Meta Robot Usage Statistics

This page contains a meta robots tag which tells search engines and robots to index or not index the page.

Web App ManifestWeb App Manifest

Web App Manifest Usage Statistics

Defines the attributes of a web app in a simple JSON file. It describes how the web app should appear on the users system and how it should launch.

Cascading Style SheetsCascading Style Sheets

Cascading Style Sheets Usage Statistics

Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML

Prefers Color SchemePrefers Color Scheme

Prefers Color Scheme Usage Statistics

Defines how a page looks based on the color scheme choosen by the user for their desktop.

JavascriptJavascript

Javascript Usage Statistics

JavaScript is a scripting language most often used for client-side web development.

HTML 5 Specific TagsHTML 5 Specific Tags

HTML 5 Specific Tags Usage Statistics

This page contains tags that are specific to an HTML 5 implementation.

WAI-ARIAWAI-ARIA

WAI-ARIA Usage Statistics

A way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.

IFrameIFrame

IFrame Usage Statistics

The page shows content with an iframe; an embedded frame that loads another webpage.

Cross Origin Opener PolicyCross Origin Opener Policy

Cross Origin Opener Policy Usage Statistics

COOP allows you to ensure a top-level document does not share a browsing context group with cross-origin documents.

Cross Origin Resource SharingCross Origin Resource Sharing

Cross Origin Resource Sharing Usage Statistics

CORP Allows a server to indicate any other origins (domain, scheme, or port) than its own from which a browser should permit loading of resources.

Referrer PolicyReferrer Policy

Referrer Policy Usage Statistics

Requests made from a document, and for navigations away from that document are associated with a Referrer header. This policy determines in the browser should send a referrer or not.

Strict Transport SecurityStrict Transport Security

Strict Transport Security Usage Statistics

The HTTP Strict-Transport-Security (HSTS) header instructs the browser to only use https.

Content Type OptionsContent Type Options

Content Type Options Usage Statistics

Used to disable MIME-sniffing for a particular HTTP response.

DNS PrefetchDNS Prefetch

DNS Prefetch Usage Statistics

Page contains links to disable or enable DNS prefetching of links in the page.

X-Frame-OptionsX-Frame-Options

X-Frame-Options Usage Statistics

The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a frame or iframe. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites.

X-XSS-ProtectionX-XSS-Protection

X-XSS-Protection Usage Statistics

X-XSS-Protection is a HTTP header set by Internet Explorer 8+. This header lets domains toggle on and off the "XSS Filter" of IE8, which prevents some categories of XSS attacks.

CORSCORS

CORS Usage Statistics

The Cross-Origin Resource Sharing (CORS) mechanism gives web servers cross-domain access controls, which enable secure cross-domain data transfers. Access Control Allow Origin.