Skip to content

Commit

Permalink
for #498 add onboarding-3-security.png asset
Browse files Browse the repository at this point in the history
remove tab.create orientation
  • Loading branch information
groovecoder authored and jonathanKingston committed Jun 22, 2017
1 parent 4ed1362 commit af966d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions study.js
Expand Up @@ -4,7 +4,6 @@

const self = require("sdk/self");
const { when: unload } = require("sdk/system/unload");
const tabs = require("sdk/tabs");

const shield = require("./lib/shield/index");

Expand All @@ -25,16 +24,6 @@ class ContainersStudy extends shield.Study {
// Test Pilot experiment, so exclude them.
return super.isEligible();
}

whenEligible () {
}

whenInstalled () {
tabs.open(`data:text/html, Thank you for helping us study Containers in Firefox. You are in the ${this.variation} variation.`);
}

cleanup() {
}
}

const thisStudy = new ContainersStudy(studyConfig);
Expand Down
Binary file added webextension/img/onboarding-3-security.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion webextension/popup.html
Expand Up @@ -47,7 +47,7 @@ <h3 class="onboarding-title">A place for everything, and everything in its place
</div>

<div class="panel onboarding security-onboarding-panel-3 hide">
<img class="onboarding-img" alt="How Containers Work" src="/img/security-onboarding-3.png" />
<img class="onboarding-img" alt="How Containers Work" src="/img/onboarding-3-security.png" />
<h3 class="onboarding-title">Use containers to secure everything within.</h3>
<p>Containers separate cookies and sensitive data from other containers, like surrounded by firewalls to block tracking.</p>
<a href="#" class="onboarding-button onboarding-almost-done-button">Next</a>
Expand Down

0 comments on commit af966d6

Please sign in to comment.