diff --git a/doc/glossary/glossary-terms.xml b/doc/glossary/glossary-terms.xml
index 30d2b36f84..f092614100 100644
--- a/doc/glossary/glossary-terms.xml
+++ b/doc/glossary/glossary-terms.xml
@@ -2081,18 +2081,30 @@
VM instance being requested.
-
credentials
- credentials
-
-
+ credentials
+
- Data that is only known to or accessible by a user and used to
- verify that the user is who he says he is. Credentials are presented
- to the server during authentication. Examples include a password,
- secret key, digital certificate, and fingerprint.
+ Data that is only known to or accessible by a user and
+ used to verify that the user is who he says he is.
+ Credentials are presented to the server during
+ authentication. Examples include a password, secret key,
+ digital certificate, and fingerprint.
+
+
+
+ Cross-origin resource sharing (CORS)
+
+ Cross-origin resource sharing (CORS)
+
+
+ A mechanism that allows many resources (for example,
+ fonts, JavaScript) on a web page to be requested from
+ another domain outside the domain from which the resource
+ originated. In particular, JavaScript's AJAX calls can use
+ the XMLHttpRequest mechanism.