Skip to content

Commit

Permalink
Fix issue found in #296
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Dec 8, 2017
1 parent 855e2c4 commit eea9eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ss.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function fingerprintProtection() {
function processFunctions(scope) {
/* Browser Plugins */
if (browserplugins == 'true') {
scope.Object.defineProperty(navigator, "plugins", {enumerable: true, configurable: false, get: function() {
scope.Object.defineProperty(navigator, "plugins", {enumerable: true, configurable: true, get: function() {
var browserplugins_triggerblock = scope.document.createElement('div');
browserplugins_triggerblock.className = 'scriptsafe_oiigbmnaadbkfbmpbfijlflahbdbdgdf_browserplugins';
browserplugins_triggerblock.title = 'navigator.plugins';
Expand Down

0 comments on commit eea9eb1

Please sign in to comment.