darkmsph1t / _spartan

npm project to package & configure common security middleware && add security.js file to code repo
5 stars 0 forks source link

Test Case => removal of resourceSharing properties #49

Closed darkmsph1t closed 6 years ago

darkmsph1t commented 6 years ago

When users choose 'All content is owned or controlled...', the config settings should be emptied

darkmsph1t commented 6 years ago

Done!

"resourceSharingPolicy": {
    "default": "same-origin",
    "compensatingControl": false,
    "corsSettings": {
      "enabled": false,
      "config": {}
    }
  },