diff options
Diffstat (limited to 'spss')
-rw-r--r-- | spss/handbook/conf/moa-spss/sp.minimum.config.xml | 4 | ||||
-rw-r--r-- | spss/handbook/conf/moa-spss/spss.config.xml | 4 | ||||
-rw-r--r-- | spss/handbook/conf/moa-spss/ss.minimum.config.xml | 4 | ||||
-rw-r--r-- | spss/handbook/handbook/config/config.html | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/spss/handbook/conf/moa-spss/sp.minimum.config.xml b/spss/handbook/conf/moa-spss/sp.minimum.config.xml index 746b1fd59..af7077e79 100644 --- a/spss/handbook/conf/moa-spss/sp.minimum.config.xml +++ b/spss/handbook/conf/moa-spss/sp.minimum.config.xml @@ -8,10 +8,10 @@ <!-- <cfg:Common> <cfg:PermitExternalUris> <cfg:BlackListUri> - <cfg:Host>192.168</cfg:Host> + <cfg:IP>192.168</cfg:IP> </cfg:BlackListUri> <cfg:BlackListUri> - <cfg:Host>127.0</cfg:Host> + <cfg:IP>127.0</cfg:IP> </cfg:BlackListUri> </cfg:PermitExternalUris> </cfg:Common>--> diff --git a/spss/handbook/conf/moa-spss/spss.config.xml b/spss/handbook/conf/moa-spss/spss.config.xml index 674c76c3a..f12748f68 100644 --- a/spss/handbook/conf/moa-spss/spss.config.xml +++ b/spss/handbook/conf/moa-spss/spss.config.xml @@ -8,10 +8,10 @@ <!-- <cfg:Common> <cfg:PermitExternalUris> <cfg:BlackListUri> - <cfg:Host>192.168</cfg:Host> + <cfg:IP>192.168</cfg:IP> </cfg:BlackListUri> <cfg:BlackListUri> - <cfg:Host>127.0</cfg:Host> + <cfg:IP>127.0</cfg:IP> </cfg:BlackListUri> </cfg:PermitExternalUris> </cfg:Common>--> diff --git a/spss/handbook/conf/moa-spss/ss.minimum.config.xml b/spss/handbook/conf/moa-spss/ss.minimum.config.xml index 73d1dcc14..4f39f8517 100644 --- a/spss/handbook/conf/moa-spss/ss.minimum.config.xml +++ b/spss/handbook/conf/moa-spss/ss.minimum.config.xml @@ -8,10 +8,10 @@ <!-- <cfg:Common> <cfg:PermitExternalUris> <cfg:BlackListUri> - <cfg:Host>192.168</cfg:Host> + <cfg:IP>192.168</cfg:IP> </cfg:BlackListUri> <cfg:BlackListUri> - <cfg:Host>127.0</cfg:Host> + <cfg:IP>127.0</cfg:IP> </cfg:BlackListUri> </cfg:PermitExternalUris> </cfg:Common>--> diff --git a/spss/handbook/handbook/config/config.html b/spss/handbook/handbook/config/config.html index 4013357e0..5d4f2c114 100644 --- a/spss/handbook/handbook/config/config.html +++ b/spss/handbook/handbook/config/config.html @@ -233,10 +233,10 @@ <p><b>Empfehlung:</b> Bei aktiviertem Auflösen von externen URIs sollten sowohl <em>localhost</em> als auch der <em>gesamte Intranetbereich</em> in die Blacklist eingetragen werden. Hierzu eine beispielhafte Blacklist: </p> <p><code><cfg:BlackListUri><br> - <cfg:Host>192.168</cfg:Host><br> + <cfg:IP>192.168</cfg:IP><br> </cfg:BlackListUri><br> <cfg:BlackListUri><br> - <cfg:Host>127.0.0.1</cfg:Host><br> + <cfg:IP>127.0.0.1</cfg:IP><br> </cfg:BlackListUri></code></p></td> </tr> </table> |