<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetReferenceRestrictions/defaultPolicy",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVAssetReferenceRestrictions@AVAssetReferenceRestrictionDefaultPolicy"
  },
  "title" : "defaultPolicy"
}
-->

# defaultPolicy

The asset should use the default reference restrictions policy.

```
static var defaultPolicy: AVAssetReferenceRestrictions { get }
```

## Discussion

The default policy is [`forbidLocalReferenceToRemote`](/documentation/AVFoundation/AVAssetReferenceRestrictions/forbidLocalReferenceToRemote).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)