Thread Tools Display Modes
Prev Previous Post   Next Post Next
05/11/16, 12:28 PM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
[implemented] ConfirmOpenURL / OpenURLByType modification and goes public

Okay the dilemn of opening URL is security.
Let's say addon author X add this and creates a fake website, "log in with your ESO account" User does and -> password stolen

So :

OpenURLByType () -> public
New ApprovedURLType : APPROVED_URL_ESO_OUTSIDE

A nice webpage on one of your servers, when using :

Lua Code:
  1. ApprovedURLType(APPROVED_URL_ESO_OUTSIDE, "www.google.com")


it will display a nice webpage like this :


 
 

ESOUI » Developer Discussions » Wish List » [implemented] ConfirmOpenURL / OpenURLByType modification and goes public


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off