Index: chrome/common/extensions/docs/server2/templates/articles/xhr.html |
diff --git a/chrome/common/extensions/docs/server2/templates/articles/xhr.html b/chrome/common/extensions/docs/server2/templates/articles/xhr.html |
index 4e25240497e6360304fe476391b8b2dd19a1fc4f..9dd315075583cdac78174196539a3b2d36cf7ed7 100644 |
--- a/chrome/common/extensions/docs/server2/templates/articles/xhr.html |
+++ b/chrome/common/extensions/docs/server2/templates/articles/xhr.html |
@@ -11,17 +11,6 @@ Extensions aren't so limited. |
An extension can talk to remote servers outside of its origin, |
as long as it first requests cross-origin permissions.</p> |
-<p class="note"> |
-<b>Version note:</b> |
-As of Chrome 13, |
-content scripts can make cross-origin requests |
-to the same servers as the rest of the extension. |
-Before Chrome 13, a content script couldn't directly make requests; |
-instead, it had to |
-send a message to its parent extension |
-asking the extension to make a cross-origin request. |
-</p> |
- |
<h2 id="extension-origin">Extension origin</h2> |
<p>Each running extension exists within its own separate security origin. Without |
requesting additional privileges, the extension can use |