NSAllowsArbitraryLoads and MAS

Hello,
an app of mine makes use of NSAllowsArbitraryLoads in order to allow users to access http urls, both in its htmlViewer and using URLConnect.

<key>NSAppTransportSecurity</key> <dict> <!-- Include to allow all connections; avoid if possible --> <key>NSAllowsArbitraryLoads</key> <true/> </dict>

In the METAs of itunesconnect I set age as +17, and did not offer any explanation for it.

I was pretty sure MAS would reject the binary yet last night it was flagged as “ready for sale”.
Lucky?