Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19 from swashapp/bugfix
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
ebkhalilzadeh authored Apr 28, 2021
2 parents 500baaf + 6a73921 commit fd1200b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion environment/dev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@

"content_security_policy": "script-src 'self' https://www.youtube.com/ https://s.ytimg.com/; object-src 'self';",

"version": "1.2.4"
"version": "1.2.5"
}
2 changes: 1 addition & 1 deletion environment/production/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@

"content_security_policy": "script-src 'self' https://www.youtube.com/ https://s.ytimg.com/; object-src 'self';",

"version": "1.2.4"
"version": "1.2.5"
}
2 changes: 1 addition & 1 deletion environment/test/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@

"content_security_policy": "script-src 'self' https://www.youtube.com/ https://s.ytimg.com/; object-src 'self';",

"version": "1.2.4"
"version": "1.2.5"
}
4 changes: 2 additions & 2 deletions js/dataHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ let dataHandler = (function() {
prepareAndSend(message, modules[message.header.module], delay, tabId)
}
function enforcePolicy(message, privacyData) {
let data = {};
let data = message.data.out;
let schems = message.data.schems;
var ptr = JsonPointer;
for(let d of schems) {
Expand All @@ -167,4 +167,4 @@ let dataHandler = (function() {
enforcePolicy
};
}());
export {dataHandler};
export {dataHandler};
2 changes: 0 additions & 2 deletions js/modules/Shopping/amazon/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@
},
{
"selector": "window",
"name": "window",
"properties": [
{
"property": "screen.height",
Expand All @@ -302,7 +301,6 @@
},
{
"selector": "document",
"name": "document",
"properties": [
{
"property": "documentElement.clientHeight",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@

"content_security_policy": "script-src 'self' https://www.youtube.com/ https://s.ytimg.com/; object-src 'self';",

"version": "1.2.4"
"version": "1.2.5"
}

0 comments on commit fd1200b

Please sign in to comment.