| 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 />
|
|
|