text/plain

https://textslashplain.com

ericlaw talks about security, the web, and software in general

フィード

記事のアイキャッチ画像
ERR_BLOCKED_BY_CLIENT and HTML5 Sandbox
text/plain
Recently, many Microsoft employees taking training courses have reported problems accessing documents linked to in those courses in Chrome and Edge. In Edge, the screen looks like this: But the problem isn’t limited to Microsoft’s internal training platform, and can be easily reproduced in Chrome: What’s going on? There are a number of root causesContinue reading "ERR_BLOCKED_BY_CLIENT and HTML5 Sandbox"
3日前
記事のアイキャッチ画像
Mouse Gestures in Edge
text/plain
Over twenty years ago, the Opera browser got me hooked on mouse gestures, a way for you to perform common browser actions quickly. After I joined the IE team in 2004, I fell in love with a browser extension written by Ralph Hare and I later blogged about it on the IEBlog and helped RalphContinue reading "Mouse Gestures in Edge"
16日前
記事のアイキャッチ画像
Going Electric – Solar 1 Year Later
text/plain
In March of 2023, I had an 8kw solar array installed and I was finally permitted to turn it on starting April 21, 2023. My pessimistic/optimistic assumption that my buying an expensive solar array was going to be the trigger for technological breakthroughs in solar technology that rendered my panels obsolete wasn’t entirely unfounded. SureContinue reading "Going Electric – Solar 1 Year Later"
18日前
記事のアイキャッチ画像
Browser Security Bugs that Aren’t: JavaScript in PDF
text/plain
A fairly common security bug report is of the form: “I can put JavaScript inside a PDF file and it runs!” For example, open this PDF file with Chrome, and you can see the alert(1) message displayed: Support for JavaScript within PDFs is by-design and expected by the developers of PDF rendering software, including commonContinue reading "Browser Security Bugs that Aren’t: JavaScript in PDF"
1ヶ月前
記事のアイキャッチ画像
A Slow 10K
text/plain
I “ran” the Capitol 10K for a third time on Sunday. It did not go well, but not for any of the reasons I worried about. The rain stopped hours before the race, and the course wasn’t wet. My knees and feet didn’t complain. My heart rate felt pretty much under control. I had foundContinue reading "A Slow 10K"
1ヶ月前
記事のアイキャッチ画像
Attacker Techniques: Gesture Jacking
text/plain
A few years back, I wrote a short explainer about User Gestures, a web platform concept whereby certain sensitive operations (e.g. opening a popup window) will first attempt to confirm whether the user intentionally requested the action. As noted in that post, gestures are a weak primitive — while checking whether the user clicked orContinue reading "Attacker Techniques: Gesture Jacking"
1ヶ月前
記事のアイキャッチ画像
pushState and URL Blocking
text/plain
The Web Platform offers a handy API called pushState that allows a website’s JavaScript to change the URL displayed in the address bar to another URL within the same origin without sending a network request and loading a new page. The pushState API is handy because it means that a Web Application can change theContinue reading "pushState and URL Blocking"
2ヶ月前
記事のアイキャッチ画像
Browser Extensions: Powerful and Potentially Dangerous
text/plain
Regular readers of my blogs know that I love browser extensions. Extensions can make using your browser more convenient, fun, and secure. Unfortunately, extensions can also break web apps in bizarre or amusing ways, dramatically slow your browser performance, leak your personal data, or compromise your device. The designers of the Chromium extension system createdContinue reading "Browser Extensions: Powerful and Potentially Dangerous"
2ヶ月前
記事のアイキャッチ画像
Second Seaside Half
text/plain
I ran my second Galveston Half Marathon on Sunday, February 25th. The course was identical to last year’s race, starting at Stewart beach heading north before looping back down to the Pleasure Pier before returning to the start/finish line on the beach. I opened hard, leaving with the 1:52 pacer and running with the 1:45Continue reading "Second Seaside Half"
2ヶ月前
記事のアイキャッチ画像
The Importance of Feedback Loops
text/plain
This morning, I found myself once again thinking about the critical importance of feedback loops. I thought about obvious examples where small bad things can so easily grow into large bad things: – A minor breach can lead to complete pwnage.– A small outbreak can become a pandemic.– A brush fire can spark a continentalContinue reading "The Importance of Feedback Loops"
3ヶ月前