Mozilla短信 #13 - Mozilla Flux
と言う記事をヒトから教えてもらった。
JSON のネイティブ対応というのはセキュリティ的にいいですね。
まだ JSON はあまり使う機会がないけど、eval に内在する問題点はかねてから聞いていたので。
と言う記事をヒトから教えてもらった。
JSON のネイティブ対応というのはセキュリティ的にいいですね。
まだ JSON はあまり使う機会がないけど、eval に内在する問題点はかねてから聞いていたので。
[Sun Mar 22 11:18:15 2009] [error] [client 10.0.0.10] client denied by server configuration: /path/to/wordpress/wp-admin/setup-config.php, referer: http://host/path/to/wordpress/ |
% ls -l setup-config.php test.php -rw-r--r-- 1 www www 7635 2 13 00:47 setup-config.php -rw-r--r-- 1 www www 7635 3 22 11:29 test.php |
<Directory ~ "config"> Order allow,deny Deny from all Satisfy All </Directory> |
Security Behaviors are subject to the About Cross-Frame Scripting and Security rules of Internet Explorer. In other words, a Web page that refers to a behavior located on another server in another domain results in an "access denied" error in the page's onerror event handler. In the same way, a Web page that refers to a behavior of a different security protocol than the referring page will result in the same error. For example, a Web page on http://server1/page.htm might not refer to a behavior on https://server1/hilite.htc. |