Skip to content

Commit

Permalink
Disable Archive API
Browse files Browse the repository at this point in the history
This is already disabled by default

Relates to #208
  • Loading branch information
pyllyukko committed May 21, 2017
1 parent ff9cbee commit 6e49ce4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ user_pref("dom.vr.enabled", false);
// PREF: Disable vibrator API
user_pref("dom.vibrator.enabled", false);

// PREF: Disable Archive API
// https://wiki.mozilla.org/WebAPI/ArchiveAPI
user_pref("dom.archivereader.enabled", false);

// PREF: Disable webGL
// https://en.wikipedia.org/wiki/WebGL
// https://www.contextis.com/resources/blog/webgl-new-dimension-browser-exploitation/
Expand Down

2 comments on commit 6e49ce4

@Thorin-Oakenpants
Copy link

@Thorin-Oakenpants Thorin-Oakenpants commented on 6e49ce4 May 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pyllyukko
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Added a note about it in 4b2e1c9.

Please sign in to comment.