| @@ 581-589 (lines=9) @@ | ||
| 578 | return $m[0]; |
|
| 579 | } |
|
| 580 | ||
| 581 | function _addAllowScriptAccess($m) |
|
| 582 | { |
|
| 583 | if($this->allowscriptaccessList[$this->allowscriptaccessKey] == 1) |
|
| 584 | { |
|
| 585 | $m[0] = $m[0] . '<param name="allowscriptaccess" value="never"></param>'; |
|
| 586 | } |
|
| 587 | $this->allowscriptaccessKey++; |
|
| 588 | return $m[0]; |
|
| 589 | } |
|
| 590 | ||
| 591 | /** |
|
| 592 | * Make white domain list cache file from xml config file. |
|
| @@ 416-424 (lines=9) @@ | ||
| 413 | return htmlspecialchars($content); |
|
| 414 | } |
|
| 415 | ||
| 416 | function _addAllowScriptAccess($m) |
|
| 417 | { |
|
| 418 | if($this->allowscriptaccessList[$this->allowscriptaccessKey] == 1) |
|
| 419 | { |
|
| 420 | $m[0] = $m[0].'<param name="allowscriptaccess" value="never"></param>'; |
|
| 421 | } |
|
| 422 | $this->allowscriptaccessKey++; |
|
| 423 | return $m[0]; |
|
| 424 | } |
|
| 425 | ||
| 426 | function _checkAllowScriptAccess($m) |
|
| 427 | { |
|