Skip to content

Commit

Permalink
Issue #272 - Fix SOP violation in tests (session cookies will now work)
Browse files Browse the repository at this point in the history
BIG THXXXXXXXXXXXXXXXXXXX to @vladikoff
  • Loading branch information
Mike Taylor committed Nov 18, 2014
1 parent e5905ff commit 4a47454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/intern.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
define(['intern/lib/args'], function (args) {
'use strict';

var siteRoot = args.siteRoot ? args.siteRoot : 'http://127.0.0.1:5000';
var siteRoot = args.siteRoot ? args.siteRoot : 'http://localhost:5000';

return {
// Configuration object for webcompat
Expand Down

0 comments on commit 4a47454

Please sign in to comment.