Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Defaults to web_security=no. Fixes #353, fixes #345, and #349
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Raminfar committed Feb 7, 2016
1 parent 092e986 commit 662cd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"name": "phantom",
"description": "PhantomJS wrapper for Node",
"homepage": "https://github.com/sgentle/phantomjs-node",
"version": "0.8.4",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "git://github.com/sgentle/phantomjs-node.git"
Expand Down
2 changes: 1 addition & 1 deletion phantom.coffee
Expand Up @@ -51,7 +51,7 @@ wrap = (ph) ->

module.exports =
create: ->
args = []
args = ['--web-security=no']
options = {}
for arg in arguments
switch typeof arg
Expand Down

0 comments on commit 662cd25

Please sign in to comment.