Skip to content

Commit

Permalink
Disabling Content Security Policy in Firefox. Fixes issue 6358
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Dec 4, 2013
1 parent 112d50a commit 1b3c4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/firefox-driver/webdriver.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"network.http.phishy-userpass-length": 255,
"offline-apps.allow_by_default": true,
"prompts.tab_modal.enabled": false,
"security.csp.enable": false,
"security.fileuri.origin_policy": 3,
"security.fileuri.strict_origin_policy": false,
"security.warn_entering_secure": false,
Expand Down

0 comments on commit 1b3c4fc

Please sign in to comment.