Skip to content

Commit

Permalink
Exclude validate_multifactor_auth_code.do
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudkooi committed Jun 25, 2024
1 parent 6d8bb40 commit bf85bf3
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG.md

## 8.1.5.2 (2024-06-25)
Features:
- Exclude page validate_multifactor_auth_code.do in manifest.json as it caused issues logging in with MFA
- Update DOMPurify to 3.1.5


## 8.1.5.0 (2024-06-24)
Features:
- The monaco editor now shows a hover menu when hovering over gs.property('prop') value and does a lookup of the value.
Expand Down
4 changes: 2 additions & 2 deletions js/purify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ datetime-moment.js https://cdn.datatables.net/plug-ins/1.13.4/sorting/datetime-m
jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js
moment.js https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js
jquery.deserialize.js https://raw.githubusercontent.com/kflorence/jquery-deserialize/master/src/jquery.deserialize.js
purify.min.js https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.9/purify.min.js
purify.min.js https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.1.5/purify.min.js
Tinycon.js https://github.com/tommoor/tinycon/blob/master/tinycon.js
md5.js https://github.com/blueimp/JavaScript-MD5/blob/master/js/md5.js
msg.reader.js https://github.com/ykarpovich/msg.reader/blob/master/msg.reader.js
Expand Down
8 changes: 5 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "SN Utils",
"description": "Productivity tools for ServiceNow. (Personal work, not affiliated to ServiceNow)",
"author": "Arnoud Kooi / arnoudkooi.com",
"version": "8.1.5.0",
"version": "8.1.5.2",
"manifest_version": 3,
"permissions": [
"activeTab",
Expand Down Expand Up @@ -32,7 +32,8 @@
"*://*/*?XML*",
"*://*/*&XML*",
"*://*/*?WSDL*",
"*://*/*&WSDL*"
"*://*/*&WSDL*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/purify.min.js",
Expand All @@ -48,7 +49,8 @@
"*://*/*?XML*",
"*://*/*&XML*",
"*://*/*?WSDL*",
"*://*/*&WSDL*"
"*://*/*&WSDL*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/Tinycon.js",
Expand Down
6 changes: 4 additions & 2 deletions publish/manifest-edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"*://*/*?XML*",
"*://*/*&XML*",
"*://*/*?WSDL*",
"*://*/*&WSDL*"
"*://*/*&WSDL*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/purify.min.js",
Expand All @@ -50,7 +51,8 @@
"*://*/*?XML*",
"*://*/*&XML*",
"*://*/*?WSDL*",
"*://*/*&WSDL*"
"*://*/*&WSDL*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/Tinycon.js",
Expand Down
6 changes: 4 additions & 2 deletions publish/manifest-firefox-onprem.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"*://*/*?XML*",
"*://*/*&XML*",
"*://*/*?WSDL*",
"*://*/*&WSDL*"
"*://*/*&WSDL*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/purify.min.js",
Expand All @@ -54,7 +55,8 @@
"*://*/*?XML*",
"*://*/*&XML*",
"*://*/*?WSDL*",
"*://*/*&WSDL*"
"*://*/*&WSDL*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/Tinycon.js",
Expand Down
6 changes: 4 additions & 2 deletions publish/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"https://*.servicenowservices.com/*&XML*",
"https://*.servicenowservices.com/*?WSDL*",
"https://*.servicenowservices.com/*&WSDL*",
"https://*.servicenowservices.com/api/now*"
"https://*.servicenowservices.com/api/now*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/purify.min.js",
Expand All @@ -69,7 +70,8 @@
"https://*.servicenowservices.com/*&XML*",
"https://*.servicenowservices.com/*?WSDL*",
"https://*.servicenowservices.com/*&WSDL*",
"https://*.servicenowservices.com/api/now*"
"https://*.servicenowservices.com/api/now*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/Tinycon.js",
Expand Down
6 changes: 4 additions & 2 deletions publish/manifest-onprem.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"*://*/*?XML*",
"*://*/*&XML*",
"*://*/*?WSDL*",
"*://*/*&WSDL*"
"*://*/*&WSDL*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/purify.min.js",
Expand All @@ -48,7 +49,8 @@
"*://*/*?XML*",
"*://*/*&XML*",
"*://*/*?WSDL*",
"*://*/*&WSDL*"
"*://*/*&WSDL*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/Tinycon.js",
Expand Down
6 changes: 4 additions & 2 deletions publish/manifest-safari.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"https://*.servicenowservices.com/*&XML*",
"https://*.servicenowservices.com/*?WSDL*",
"https://*.servicenowservices.com/*&WSDL*",
"https://*.servicenowservices.com/api/now*"
"https://*.servicenowservices.com/api/now*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/purify.min.js",
Expand All @@ -65,7 +66,8 @@
"https://*.servicenowservices.com/*&XML*",
"https://*.servicenowservices.com/*?WSDL*",
"https://*.servicenowservices.com/*&WSDL*",
"https://*.servicenowservices.com/api/now*"
"https://*.servicenowservices.com/api/now*",
"*://*/*validate_multifactor_auth_code.do*"
],
"js": [
"js/Tinycon.js",
Expand Down

0 comments on commit bf85bf3

Please sign in to comment.