Version 1.17.0

#457
#462
#445
This commit is contained in:
Kevin Röbert
2020-04-15 00:53:01 +02:00
parent 9d62ddf1b0
commit 3f707bfd3a
9 changed files with 50 additions and 43 deletions

View File

@@ -30,7 +30,7 @@
ele.type = 'text/javascript';
ele.textContent = "Object.defineProperty(window, 'rwt', {" +
" value: function() { return false; }," +
" value: function() { return true; }," +
" writable: false," +
" configurable: false" +
"});";