Is any one known why plugin iframe is using "lsp" protocol?

recently I found some plugin iframe is using “lsp” protocol. not all plugins using this, some is also using “file” protocol.
using “lsp” will cause cross orgin error when plugin want to using window.top to change some dom attribute or use input to import some file in iframe. did any one known about this?