#00AF33
Bark Different.
102833
0
1
Feb 12, 2023 16:57:46 GMT -8
RedBassett
I'm a Marxist/Lennonist of the Groucho/John variety.
15,405
April 2007
applecomputer
RedBassett's Mini-Profile
|
Post by RedBassett on Jul 15, 2013 16:09:27 GMT -8
So it would be fine for me to do this? As long as only certain people were allowed to do it? Are you asking from a security standpoint? I haven't looked at iFrames in a long time, and I would need to brush up on webpage within webpage security, XSS, etc to know, but Wormopolis, Todge, Peter, and Chris might have some insight into this.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jul 15, 2013 16:26:25 GMT -8
I'm not positive I want to, but it would be something I might want to do...I don't want to write it up for no reason though...
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 15, 2013 16:37:33 GMT -8
I wont touch a code like this because of the security issues.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 15, 2013 16:56:42 GMT -8
Not going to post too much about this stuff, as there are already useful resources out there. So I'll go over it briefly.
iframes respect the cross domain policy, so not too much worry there, though that depends on how you build the iframe (read below).
HTML in posts isn't difficult to be honest, you just need to be strict on what is allowed. You need to expect that users are going to try and break your parser. ProBoards already does a good job, so most of the work is done for you if you think about it, but you need to be careful when parsing the HTML, from attribute injection, malformed HTML, to browser specific vectors (i.e character encoding).
Unfortunately even the experienced coders don't always get it right, as I've found from trying a few plugins from the library and finding simple XSS vectors. So I suggest if you do try, ask some of us here to look at it before you release it as a fully working plugin.
A lot of software out there now will set the cookies to httpOnly (I assume ProBoards does as well), so cookie stealing is a lot harder then it used to be.
XSS is a big issue in software these days, so I would highly suggest reading up on it if you aren't familiar.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Jul 15, 2013 17:06:38 GMT -8
All I know is....
A while back I added a code to the database that allowed iFrames, which was subsequently removed and I was asked not to create codes that allowed members to post iFrames or code in the future for security reasons, though there were a couple of codes released later on that DID allow limited HTML in posts.
Since then I personally will not touch a code that allows either.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jul 15, 2013 18:02:23 GMT -8
Well, it looks like this is above and beyond my realm of capabilities.
|
|
Bunnie
Junior Member
back again
Posts: 204
inherit
71537
0
Jun 1, 2023 12:13:22 GMT -8
Bunnie
back again
204
February 2006
bunnie
|
Post by Bunnie on Dec 12, 2013 14:39:24 GMT -8
I'm in need of this too for using iFrames. Admin only will do fine.
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Dec 12, 2013 14:49:46 GMT -8
|
|
inherit
206506
0
Apr 2, 2014 2:01:31 GMT -8
koravichandrashekhar
3
March 2014
koravichandrashekhar
|
Post by koravichandrashekhar on Mar 9, 2014 12:22:34 GMT -8
Okies i have downloaded the plugin but how to enable it???
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 9, 2014 14:48:07 GMT -8
Support for a plugin found only on IOD is better to come from IOD themselves. Reply to the thread given above and Pebble or RAD will be able to help you with it.
|
|