Skip to content

Commit

Permalink
Merge branch 'master' into opera
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Dec 8, 2017
2 parents 31e3964 + eea9eb1 commit 7a04ccb
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 7a04ccb

Please sign in to comment.