mirror of
https://github.com/nextcloud/server.git
synced 2026-06-25 08:31:11 -04:00
11 lines
288 B
JavaScript
11 lines
288 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
import { getCSPNonce } from '@nextcloud/auth'
|
|
|
|
import './collaborationresourceshandler.js'
|
|
|
|
__webpack_nonce__ = getCSPNonce()
|
|
|
|
window.OCA.Sharing = OCA.Sharing
|