UNPKG

xd

Version:

Check if a given URL or location should be seen as cross domain communication

8 lines (5 loc) 109 B
'use strict'; var parse = require('url-parse'); module.exports = function xd(to, from) { return true; };