Skip to content

Can't disable flash policy server #565

Closed
@dasony

Description

@dasony

Even when I set 'flash policy server' option to false, it still runs the policy server on 10843 port.

io.configure(function() {
   io.set('flash policy server', false);
   io.disable('flash policy server');
   io.set('transports', [ 'websocket' , 'flashsocket' , 'htmlfile' , 'xhr-polling', 'jsonp-polling']);
});

I grep'ed the whole socket.io library, but I couldn't find any routine for checking 'flash policy server' option. I suspect it has been removed by mistake during upgrades.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions