UNPKG

madlib-xdm-provider

Version:

The server-side XDM provider files for madlib-xhr-xdm

22 lines (21 loc) 648 B
<!DOCTYPE html> <html> <head> <title>XDMv3 Service provider</title> </head> <body> <script> // Leave this array empty for globally allowed access. // Can use regexp patterns for matching. // Example: // var whitelist = [ "localhost", "[A-z]+\.myhost\.com" ]; // // var whitelist = [ "[A-z-\.]+\.my\.host\.com" // , "[A-z-\.]+\.testing\.local" // , "localhost" ]; // var xdmWhitelist = []; </script> <script src="xdm.min.js"></script> </body> </html>