The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
adminCP menu XML question
I wanted to provide a webmail login for the staff at our board so I created
an XML menu that displays in the adminCP. It was much easier to simply provide an external url for the email FAQ but I didnt know the security involved in doing so. This is how my admin menu is coded: Code:
<navgroups product="vbulletin"> <navgroup phrase="*****" permissions="*****" hr="true" displayorder="1"> <navoption displayorder="1"> <phrase>log_in</phrase> <link>http://webmail.*****.com</link> </navoption> <navoption displayorder="2"> <phrase>faq</phrase> <link>http://faq.*****.com/e_mail/webmail_/index.html</link> </navoption> <navoption displayorder="3"> <phrase>*****</phrase> <link>http://faq.*****.com/e_mail/setting_up_email/index.html</link> </navoption> </navgroup> </navgroups> Does anyone know if there is a security risk with providing external urls within the adminCP? |
#2
|
|||
|
|||
there is no security risk, as the mail is not located inside your vBulletin system, so there is no link between the page you display in the frame and the adminCP itself...
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|