We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4be345 commit 4743f68Copy full SHA for 4743f68
chromium/background.js
@@ -3,7 +3,7 @@
3
var switchPlannerEnabledFor = {};
4
// Detailed information recorded when the HTTPS Switch Planner is active.
5
// Structure is:
6
-// switchPlannerInfo[tabId]["rw"/"nrw"[resource_host][active_content][url];
+// switchPlannerInfo[tabId]["rw"/"nrw"][resource_host][active_content][url];
7
// rw / nrw stand for "rewritten" versus "not rewritten"
8
var switchPlannerInfo = {};
9
0 commit comments