487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
|
@ Suggested remediation:
@ <ol type="a">
@ <li>Remove the 'h' privilege from the
@ <a href="%R/setup_uedit?id=%d(nobodyId)">'nobody' user</a> so that
@ robots cannot see hyperlinks.
@ <li>Activate <a href="%R/setup_access#autoh">autohyperlink</a> so that
@ human readers can still see hyperlinks even if they are not logged in.
@ Require mouse movement before enabling hyperlinks and set the
@ delay to at least 50 milliseconds.
if( anonId>0 ){
@ <li>Perhaps set the 'h' privilege on the
@ <a href="%R/setup_uedit?id=%d(anonId)">'anonymous' user</a> so
@ that humans that have javascript disabled in their browsers can
@ still see hyperlinks if they will log in as "anonymous".
}
@ </ol>
|
<
|
>
|
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
|
@ Suggested remediation:
@ <ol type="a">
@ <li>Remove the 'h' privilege from the
@ <a href="%R/setup_uedit?id=%d(nobodyId)">'nobody' user</a> so that
@ robots cannot see hyperlinks.
@ <li>Activate <a href="%R/setup_access#autoh">autohyperlink</a> so that
@ human readers can still see hyperlinks even if they are not logged in.
@ Set the delay to at least 50 milliseconds and require a mousedown
@ event for maximum robot defense.
if( anonId>0 ){
@ <li>Perhaps set the 'h' privilege on the
@ <a href="%R/setup_uedit?id=%d(anonId)">'anonymous' user</a> so
@ that humans that have javascript disabled in their browsers can
@ still see hyperlinks if they will log in as "anonymous".
}
@ </ol>
|