openequella / openEQUELLA-blackboard-integration

0 stars 3 forks source link

#8 fixed the bb left hand nav issue; secured the target=_blank links #16

Closed cbeach47 closed 5 years ago

cbeach47 commented 5 years ago

The Bb Left hand nav issue was caused by the newWindow variable name in the forms / request object. I switched all referenced to newWindowOrTab and the left hand nav issue no longer occurs.

I cleaned up some EQ > oE references.

In researching this issue, I found the setting target attribute of <a> elements can pose a security risk, so I included some measures to lessen that security risk.