This makes no sense, the parent should be the page itself.
Code: Select all
[ABE] <domain1.invalid> Deny INCLUSION on {GET http://domain1.invalid/tests/css/paper.gif <<< http://domain1.invalid/tests/css/style.css - 3}
USER rule:
Site domain1.invalid
Deny INCLUSION
Code: Select all
Site domain1.invalid/tests/css/
Accept INC from localhost
Code: Select all
<html>
<head>
<link href="http://domain1.invalid/tests/css/style.css" rel="stylesheet">
</head>
<body>
</body>
</html>
Code: Select all
body {background-image:url('paper.gif');}