File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
9
9
10
10
<!-- Fonts + Icons -->
11
- < link type ="text/css " rel ="stylesheet " href ="http: //fonts.googleapis.com/css?family=Roboto:300 " />
12
- < link type ="text/css " rel ="stylesheet " href ="https: //fonts.googleapis.com/icon?family=Material+Icons " />
11
+ < link type ="text/css " rel ="stylesheet " href ="//fonts.googleapis.com/css?family=Roboto:300 " />
12
+ < link type ="text/css " rel ="stylesheet " href ="//fonts.googleapis.com/icon?family=Material+Icons " />
13
13
14
14
<!-- Styles -->
15
- < link type ="text/css " rel ="stylesheet " href ="https: //cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.2.0/material.min.css " />
15
+ < link type ="text/css " rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.2.0/material.min.css " />
16
16
< link type ="text/css " rel ="stylesheet " href ="style.css " />
17
17
</ head >
18
18
< body >
19
19
20
20
<!-- GitHub Ribbon -->
21
- < a href ="https: //github.com/remarkablemark/npm-package-name-checker " target ="_blank ">
22
- < img id ="gh-ribbon " src ="https: //s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png " alt ="Fork me on GitHub " />
21
+ < a href ="//github.com/remarkablemark/npm-package-name-checker " target ="_blank ">
22
+ < img id ="gh-ribbon " src ="//s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png " alt ="Fork me on GitHub " />
23
23
</ a >
24
24
25
25
<!-- Main -->
44
44
</ form >
45
45
46
46
<!-- Scripts -->
47
- < script type ="text/javascript " src ="https: //cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.2.0/material.min.js "> </ script >
48
- < script type ="text/javascript " src ="https: //cdnjs.cloudflare.com/ajax/libs/reqwest/2.0.5/reqwest.min.js "> </ script >
47
+ < script type ="text/javascript " src ="//cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.2.0/material.min.js "> </ script >
48
+ < script type ="text/javascript " src ="//cdnjs.cloudflare.com/ajax/libs/reqwest/2.0.5/reqwest.min.js "> </ script >
49
49
< script type ="text/javascript " src ="main.js "> </ script >
50
50
51
51
<!-- Google Analytics -->
Original file line number Diff line number Diff line change 2
2
'use strict' ;
3
3
4
4
// constants
5
- var CORS_BASE_URL = 'http ://www. corsmirror.com/' ;
5
+ var CORS_BASE_URL = 'https ://corsmirror.herokuapp .com/' ;
6
6
var CORS_API_URL = CORS_BASE_URL + 'v1/cors?url=' ;
7
- var NPM_REGISTRY_URL = 'http ://registry.npmjs.com/' ;
7
+ var NPM_REGISTRY_URL = 'https ://registry.npmjs.com/' ;
8
8
var NPM_PACKAGE_URL = 'https://www.npmjs.com/package/' ;
9
9
var BASE_URL = CORS_API_URL + NPM_REGISTRY_URL ;
10
10
var DELAY = 300 ; // delay for debouncing the GET request (in milliseconds)
You can’t perform that action at this time.
0 commit comments