Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stealth extension #1037

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Extension/dist
Extension/openwpm.xpi
Extension/src/content.js
Extension/src/feature.js
Extension/src/stealth.js
Extension/build
1 change: 1 addition & 0 deletions Extension/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
ignorePatterns: [
"bundled/feature.js",
"bundled/content.js",
"bundled/stealth.js",
"bundled/privileged/sockets/bufferpack.js" /** This is a file we just copied in */,
"build/",
"dist/",
Expand Down
1 change: 1 addition & 0 deletions Extension/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ dist
openwpm.xpi
bundled/content.js
bundled/feature.js
bundled/stealth.js
Loading
Loading