We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cde3bb commit 2e030c6Copy full SHA for 2e030c6
sonar_fingerprint_generator/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sonar.js - Fingerprint Generator",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"manifest_version": 2,
5
"description": "Fingerprint generator for the sonar.js project",
6
"homepage_url": "https://github.com/mandatoryprogrammer/sonar.js",
sonar_fingerprint_generator/src/inject/inject.js
@@ -7,7 +7,7 @@ function get_relative_path( url ) {
7
if( el.port == "" ) {
8
return el.pathname;
9
} else {
10
- return el.port + ':' + el.pathname;
+ return ':' + el.port + el.pathname;
11
}
12
13
function get_resource_array( document_ref ) {
0 commit comments