| 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
|
| deleted file mode 100644
|
| index b8a86f0c651ef8fb45ce6a5fc286e964e25684ed..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/net_internals/http_throttling_view.html
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -<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 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>
|
| - 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 />
|
| - <label for=http-throttling-view-enable-checkbox>
|
| - Throttle HTTP requests if the server has been overloaded or encountered an error.
|
| - </label>
|
| - </p>
|
| -</div>
|
|
|