Skip to content

Commit d19720c

Browse files
author
Mike Taylor
committed
Issue #277 - Fix SOP violation in tests (session cookies will now work)
BIG THXXXXXXXXXXXXXXXXXXX to @vladikoff
1 parent e5905ff commit d19720c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/intern.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
define(['intern/lib/args'], function (args) {
99
'use strict';
1010

11-
var siteRoot = args.siteRoot ? args.siteRoot : 'http://127.0.0.1:5000';
11+
var siteRoot = args.siteRoot ? args.siteRoot : 'http://localhost:5000';
1212

1313
return {
1414
// Configuration object for webcompat

0 commit comments

Comments
 (0)