Encrypting data in transit
Security is an important part of the web for both developers and users. Moving forward, Transport Layer Security (TLS) support will be required for most APIs.
Content Security Policy
Content Security Policy can significantly reduce the risk and impact of cross-site scripting attacks in modern browsers.
Prevent mixed content
Mixed content refers to a webpage where the initial HTML content is loaded over a secure HTTPS connection, but other resources are then loaded into the page over an insecure HTTP connection.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License. For details, see our Terms of Service.
