Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
32 lines (32 loc) · 1.44 KB

File metadata and controls

32 lines (32 loc) · 1.44 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<head>
<title></title>
<script src="devtools-panel.js"></script>
</head>
<body>
<div id=SwitchPlanner>
<input type=checkbox id=SwitchPlannerCheckbox>
<label for=SwitchPlannerCheckbox>Enable HTTPS Switch Planner mode (reloads page).</label>
<p>
<div id=SwitchPlannerDescription>
Switch Planner mode helps prepare for your site's switch to HTTPS by generating
a report of external HTTP resources that might not yet be available on HTTPS.
<p>
After enabling, navigate around your site and try to exercise all
functionality in order to get a comprehensive list of external resources.
<p>
For each group of resources listed as "Unrewritten," find out whether they
are available on HTTPS. If so: add a rule to HTTPS Everywhere! If not: try
to make them available over HTTPS or use a different resource or provider.
Otherwise your site will generate
<a id=MixedContentLink href="https://developer.mozilla.org/en-US/docs/Security/MixedContent#Mixed_passive.2Fdisplay_content">Mixed Content</a>
(passive or active) errors when you turn on HTTPS.
<p>
For most accurate results, disable ad blockers before using. Closing this
panel will deactivate Switch Planner mode and clear stored data.
</div>
<div id=SwitchPlannerResults style="display: none;">
<div id=SwitchPlannerDetails></div>
<a id=SwitchPlannerDetailsLink href="javascript:void(0);">details</a>
</div>
</div>
</body>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.