Add AppFramework CSP

master
Alfred Egger 2019-11-06 15:26:47 +01:00
parent 1b8b19d08a
commit 1f22ea1e16
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ namespace OCA\Weather\AppInfo;
use \OCP\AppFramework\App; use \OCP\AppFramework\App;
use \OCP\IContainer; use \OCP\IContainer;
use \OCP\AppFramework\Http\StrictContentSecurityPolicy;
use \OCA\Weather\Controller\CityController; use \OCA\Weather\Controller\CityController;
use \OCA\Weather\Controller\SettingsController; use \OCA\Weather\Controller\SettingsController;