GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Security::TLSCheck::Checks::AgeDE(3) User Contributed Perl Documentation Security::TLSCheck::Checks::AgeDE(3)

Security::TLSCheck::Checks::AgeDE - Checks, if a host has an age-de.xml file

...

This test looks for a file named age-de.xml in the root directory and parses it if exists.

age-de.xml is a german standard for age labeling for child protection filter programs. It's very rarely used but will be a standard by german law.

The ages are: 0, 6, 12, 16, 18

XML parsing not really started, it's only simple regexes

TODO: Parse XML

runs the main check

Here: tries to get the age-de.xml file and stores it's content in attribute "age_de_xml".

Returns true if there is a age_de_xml.

Since redirects are accepted, this might be the start page or an error page (when no error code is set) etc. So, this does not mean, that there is really an age-de.xml!

A simple check, if there is really an age-de.xml.

Gets the default age from an existing age-de.xml or undef;

Gets the minage from an existing age-de.xml or undef;
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.