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

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

Issue 10185003: Remove net-internals page for throttling, introduce flag for extension devs instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix JavaScript presubmit. Created 8 years, 8 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
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>

Powered by Google App Engine
This is Rietveld 408576698