Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2332)

Unified Diff: chrome/browser/resources/net_internals/http_throttling_view.html

Issue 9819001: Don't throttle unless origin schema is chrome-extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/http_throttling_view.html
diff --git a/chrome/browser/resources/net_internals/http_throttling_view.html b/chrome/browser/resources/net_internals/http_throttling_view.html
index b28e78ac62afc8fa02d5c65764dd525db222951b..b8a86f0c651ef8fb45ce6a5fc286e964e25684ed 100644
--- a/chrome/browser/resources/net_internals/http_throttling_view.html
+++ b/chrome/browser/resources/net_internals/http_throttling_view.html
@@ -1,15 +1,22 @@
<div id=http-throttling-view-tab-content class=content-box>
<p>
In order to prevent Distributed Denial of Service (DDoS) attacks from
- being perpetrated by web pages and extensions that run within Chrome, the
+ being perpetrated by web pages or extensions that run within Chrome, the
HTTP throttling mechanism keeps track of errors requesting a given URL
(minus the query parameters), and after a few 5xx errors in a row, starts
exponentially increasing an interval during which requests to the
given URL are disallowed.
</p><p>
- You may enable or disable the feature below. Please let us know if the
- feature is causing problems for your web site. More details and contact
- information at
+ This feature is currently configured to affect only requests
+ initiated by origins with one of the following schemas:
+ <ul>
+ <li> chrome-extension:// </li>
+ </ul>
+ </p><p>
+ The feature is on by default (for requests originating from the
+ schemas listed above). You may disable the feature below if desired.
+ Please let us know if the feature is causing problems for your web
+ site. More details and contact information at
<a href="http://dev.chromium.org/throttling" target=_blank>http://dev.chromium.org/throttling</a>.
</p>
<p><input id=http-throttling-view-enable-checkbox type=checkbox />
« no previous file with comments | « no previous file | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698