@mjhls/mjh-framework 1.0.711-cors-proxy → 1.0.711-cors-proxy-v2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,6 +50,9 @@ var CMEDeck = function CMEDeck(_ref) {
50
50
  _context.prev = 5;
51
51
  _context.next = 8;
52
52
  return fetch('http://vaccine.mjhassoc.com/doc_loader.php', {
53
+ headers: {
54
+ 'Content-Security-Policy': 'upgrade-insecure-requests'
55
+ },
53
56
  method: 'POST',
54
57
  body: form
55
58
  });
@@ -44,6 +44,9 @@ var CMEDeck = function CMEDeck(_ref) {
44
44
  _context.prev = 5;
45
45
  _context.next = 8;
46
46
  return fetch('http://vaccine.mjhassoc.com/doc_loader.php', {
47
+ headers: {
48
+ 'Content-Security-Policy': 'upgrade-insecure-requests'
49
+ },
47
50
  method: 'POST',
48
51
  body: form
49
52
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.711-cors-proxy",
3
+ "version": "1.0.711-cors-proxy-v2",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",