How do I change my IIS Express SSL certificate for one that will work with Chrome 58+?

This is how I fixed this. There may be an easier way (I’m sure there is!) Step 1 – Open Windows PowerShell (in admin mode) and generate a certificate like this: New-SelfSignedCertificate -DnsName “localhost”, “localhost” -CertStoreLocation “cert:\LocalMachine\My” Keep the thumbprint safe. Step 2 – Open a command prompt (in admin mode) and run these commands. … Read more

re-enable disabled menu “save video as” chrome ext or chrome itself “Save Video As”

I think it is possible (at least in one way) If we are using this method to “block” the menu context of the video <video oncontextmenu=”return false;”> <source src=”https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_2MB.mp4″/> </video> Then, all you need to do is to select video element (using dev-tools) and reverse the blocking command. For instance: document.querySelector(‘body > video’).oncontextmenu=”return true” Will … Read more

Instances referenced by ‘bound_this’ only are not garbage collected

Your suspicions that this is not an actual memory leak but weirdness with chrome is correct. I recently ran across the same problem. IE11 will not show this.func = _.bind(this.func, this) as a memory leak while chrome will, even after you press the collect garbage button 100 times. It will show it even after you … Read more

Protect against browser extension injected Javascript code

Being able to disable someone’s browser extension usually implies taking over the browser. I don’t think it’s possible. It would be a huge security risk. Your purpose maybe legit, but consider the scenario of webmasters programatically disabling addblockers for users in order to get them to view the advertisments. In the end it’s the user’s … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)