Created
September 21, 2010 10:17
-
-
Save dolpen/589503 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
alert([ | |
'Twitterの脆弱性を利用したリンクに触れると、', | |
'外部のスクリプトを読み込めてしまいます。', | |
'(実際、これも外部のスクリプトです:http://gist.github.com/gists/589503)', | |
'スクリプトによっては、あなたのDMを読み込み、', | |
'内容をTweetしてしまうような動作をさせることも不可能ではありません。', | |
'このように、現在webからの閲覧は大変危険な状態です。', | |
'公式からのアナウンスがあるまで、クライアントなどを活用し、', | |
'webからのTwitter閲覧は自粛するようにしましょう。', | |
'@dolpen' | |
].join('\n')); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment