mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
bugs before presantation
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.gpr.gabinetedigital">
|
<manifest package="com.gpr.gabinetedigital" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<!-- Required permissions -->
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||||
@@ -10,42 +8,17 @@
|
|||||||
<uses-permission android:name="android.permission.CAMERA" />
|
<uses-permission android:name="android.permission.CAMERA" />
|
||||||
<uses-feature android:name="android.hardware.camera" />
|
<uses-feature android:name="android.hardware.camera" />
|
||||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||||||
|
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true">
|
||||||
|
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android:exported="true" android:label="@string/title_activity_main" android:launchMode="singleTop" android:name=".MainActivity" android:theme="@style/AppTheme.NoActionBarLaunch">
|
||||||
<application
|
|
||||||
android:allowBackup="true"
|
|
||||||
android:icon="@mipmap/ic_launcher"
|
|
||||||
android:label="@string/app_name"
|
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
|
||||||
android:supportsRtl="true"
|
|
||||||
android:theme="@style/AppTheme"
|
|
||||||
android:usesCleartextTraffic="true"
|
|
||||||
android:requestLegacyExternalStorage="true">
|
|
||||||
|
|
||||||
<activity
|
|
||||||
android:name=".MainActivity"
|
|
||||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
|
|
||||||
android:exported="true"
|
|
||||||
android:label="@string/title_activity_main"
|
|
||||||
android:launchMode="singleTop"
|
|
||||||
android:theme="@style/AppTheme.NoActionBarLaunch">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
</activity>
|
</activity>
|
||||||
<!-- Add new One Activity for handle Intent here -->
|
<activity android:exported="true" android:label="@string/app_name" android:name="de.mindlib.sendIntent.SendIntentActivity" android:theme="@style/AppTheme.NoActionBar">
|
||||||
<activity
|
|
||||||
android:name="de.mindlib.sendIntent.SendIntentActivity"
|
|
||||||
android:label="@string/app_name"
|
|
||||||
android:exported="true"
|
|
||||||
android:theme="@style/AppTheme.NoActionBar">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.SEND" />
|
<action android:name="android.intent.action.SEND" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|
||||||
<!-- Depending on your project, you can add here the type of data you wish to receive -->
|
|
||||||
<data android:mimeType="image/*" />
|
<data android:mimeType="image/*" />
|
||||||
<data android:mimeType="video/*" />
|
<data android:mimeType="video/*" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
@@ -56,17 +29,8 @@
|
|||||||
<data android:mimeType="video/*" />
|
<data android:mimeType="video/*" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
<provider android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
|
||||||
|
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
|
||||||
<provider
|
|
||||||
android:name="androidx.core.content.FileProvider"
|
|
||||||
android:authorities="${applicationId}.fileprovider"
|
|
||||||
android:exported="false"
|
|
||||||
android:grantUriPermissions="true">
|
|
||||||
<meta-data
|
|
||||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
||||||
android:resource="@xml/file_paths" />
|
|
||||||
</provider>
|
</provider>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<video *ngIf="checkFileType.checkFileType(seleted.FileExtension) == 'video'" width="70" height="70"
|
<video *ngIf="checkFileType.checkFileType(seleted.FileExtension) == 'video'" width="70" height="70"
|
||||||
controls="controls" preload="metadata" autoplay="autoplay" webkit-playsinline="webkit-playsinline">
|
controls="controls" preload="metadata" autoplay="autoplay" webkit-playsinline="webkit-playsinline">
|
||||||
<source type="video/mp4" [src]="'data:video/mp4;base64,' + seleted.FileBase64">
|
<source type="video/mp4" [src]="seleted.FileBase64">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ export class PublicationsPage implements OnInit {
|
|||||||
|
|
||||||
this.hideRefreshButton();
|
this.hideRefreshButton();
|
||||||
this.intent = window["sharedContent"]
|
this.intent = window["sharedContent"]
|
||||||
|
window["refreshPublication"] = this.refreshing
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,7 +125,7 @@ export class PublicationsPage implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
refreshing() {
|
refreshing = () => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.getActions();
|
this.getActions();
|
||||||
}, 1500);
|
}, 1500);
|
||||||
@@ -300,6 +301,9 @@ export class PublicationsPage implements OnInit {
|
|||||||
const loader = this.toastService.loading();
|
const loader = this.toastService.loading();
|
||||||
try {
|
try {
|
||||||
await this.publications.DeletePresidentialAction(id).toPromise();
|
await this.publications.DeletePresidentialAction(id).toPromise();
|
||||||
|
if(window["refreshPublication"]) {
|
||||||
|
window["refreshPublication"]();
|
||||||
|
}
|
||||||
this.toastService._successMessage()
|
this.toastService._successMessage()
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if(error.status == 0) {
|
if(error.status == 0) {
|
||||||
|
|||||||
@@ -270,6 +270,7 @@ export class ViewPublicationsPage implements OnInit {
|
|||||||
|
|
||||||
if (!found) {
|
if (!found) {
|
||||||
this.publicationFolderService.publicationList[folderId].push(publicationDetails)
|
this.publicationFolderService.publicationList[folderId].push(publicationDetails)
|
||||||
|
this.publicationFolderService.revertPublicationOrder(folderId)
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
||||||
@@ -348,4 +349,25 @@ export class ViewPublicationsPage implements OnInit {
|
|||||||
await modal.present();
|
await modal.present();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
getSortedPublications(): Publication[] {
|
||||||
|
const unsortedPublications = this.publicationFolderService.publicationList[this.folderId];
|
||||||
|
|
||||||
|
if (unsortedPublications) {
|
||||||
|
// Copiar a lista original para evitar alterações indesejadas
|
||||||
|
const publicationsCopy = [...unsortedPublications];
|
||||||
|
|
||||||
|
// Ordenar as publicações pelo DatePublication
|
||||||
|
publicationsCopy.sort((a, b) => {
|
||||||
|
const dateA = new Date(a.DatePublication).getTime();
|
||||||
|
const dateB = new Date(b.DatePublication).getTime();
|
||||||
|
return dateA - dateB;
|
||||||
|
});
|
||||||
|
|
||||||
|
return publicationsCopy;
|
||||||
|
} else {
|
||||||
|
return [];
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
<video *ngIf="checkFileType.checkFileType(seleted.FileExtension) == 'video' && checkTableDivice() == true" width="70" height="70"
|
<video *ngIf="checkFileType.checkFileType(seleted.FileExtension) == 'video' && checkTableDivice() == true" width="70" height="70"
|
||||||
preload="metadata" webkit-playsinline="webkit-playsinline">
|
preload="metadata" webkit-playsinline="webkit-playsinline">
|
||||||
<source type="video/mp4" [src]="'data:video/mp4;base64,' +seleted.FileBase64">
|
<source type="video/mp4" [src]="seleted.FileBase64">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ export class NewPublicationPage implements OnInit {
|
|||||||
|
|
||||||
this.convertBlobToBase64(blobFile.blob).then((value) => {
|
this.convertBlobToBase64(blobFile.blob).then((value) => {
|
||||||
|
|
||||||
console.log(value)
|
console.log(this.removeTextBeforeSlash(value, ','))
|
||||||
|
|
||||||
this.filesSizeSum = this.filesSizeSum + blobFile.size
|
this.filesSizeSum = this.filesSizeSum + blobFile.size
|
||||||
if (this.fileSizeToMB(this.filesSizeSum) <= 20) {
|
if (this.fileSizeToMB(this.filesSizeSum) <= 20) {
|
||||||
@@ -288,7 +288,7 @@ export class NewPublicationPage implements OnInit {
|
|||||||
|
|
||||||
const newAttachment = new PublicationAttachmentEntity(
|
const newAttachment = new PublicationAttachmentEntity(
|
||||||
{
|
{
|
||||||
base64: value,
|
base64: this.removeTextBeforeSlash(value, ','),
|
||||||
extension: FileExtension,
|
extension: FileExtension,
|
||||||
blobFile: file,
|
blobFile: file,
|
||||||
FileType: this.checkFileType.checkFileType(FileExtension)
|
FileType: this.checkFileType.checkFileType(FileExtension)
|
||||||
@@ -368,6 +368,7 @@ export class NewPublicationPage implements OnInit {
|
|||||||
FileType: this.checkFileType.checkFileType(this.removeTextBeforeSlash(element.mimeType, '/'))
|
FileType: this.checkFileType.checkFileType(this.removeTextBeforeSlash(element.mimeType, '/'))
|
||||||
})
|
})
|
||||||
this.seletedContent.push(fileObject)
|
this.seletedContent.push(fileObject)
|
||||||
|
console.log('Files array',this.seletedContent)
|
||||||
})
|
})
|
||||||
.catch((err) => console.error(err));
|
.catch((err) => console.error(err));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@@ -607,6 +608,48 @@ export class NewPublicationPage implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
convertBlobToBase64(blob: Blob) {
|
convertBlobToBase64(blob: Blob) {
|
||||||
|
try {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
const chunkSize = 5000000; // 5 MB
|
||||||
|
const fileSize = blob.size;
|
||||||
|
const chunks = Math.ceil(fileSize / chunkSize);
|
||||||
|
let currentChunk = 0;
|
||||||
|
const base64Chunks = [];
|
||||||
|
|
||||||
|
const reader = new FileReader();
|
||||||
|
|
||||||
|
reader.onload = function () {
|
||||||
|
base64Chunks.push(reader.result);
|
||||||
|
currentChunk++;
|
||||||
|
|
||||||
|
if (currentChunk < chunks) {
|
||||||
|
loadNextChunk();
|
||||||
|
} else {
|
||||||
|
const base64Data = base64Chunks.join("");
|
||||||
|
resolve(base64Data);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
reader.onerror = function (error) {
|
||||||
|
reject(error);
|
||||||
|
};
|
||||||
|
|
||||||
|
function loadNextChunk() {
|
||||||
|
const start = currentChunk * chunkSize;
|
||||||
|
const end = Math.min(start + chunkSize, fileSize);
|
||||||
|
const chunk = blob.slice(start, end);
|
||||||
|
reader.readAsDataURL(chunk);
|
||||||
|
}
|
||||||
|
|
||||||
|
loadNextChunk();
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
console.log(error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* convertBlobToBase64(blob: Blob) {
|
||||||
console.log('Convert blob ',blob)
|
console.log('Convert blob ',blob)
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const reader = new FileReader;
|
const reader = new FileReader;
|
||||||
@@ -616,7 +659,7 @@ export class NewPublicationPage implements OnInit {
|
|||||||
}
|
}
|
||||||
reader.readAsDataURL(blob)
|
reader.readAsDataURL(blob)
|
||||||
},)
|
},)
|
||||||
}
|
} */
|
||||||
|
|
||||||
getBase64(file) {
|
getBase64(file) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
@@ -1028,7 +1071,7 @@ export class NewPublicationPage implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
checkTableDivice() {
|
checkTableDivice() {
|
||||||
if (!this.platform.is('desktop'))
|
if (this.platform.is('tablet'))
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -225,6 +225,7 @@ export class ViewPublicationsPage implements OnInit {
|
|||||||
|
|
||||||
if (!found) {
|
if (!found) {
|
||||||
this.publicationFolderService.publicationList[folderId].push(publicationDetails)
|
this.publicationFolderService.publicationList[folderId].push(publicationDetails)
|
||||||
|
this.publicationFolderService.revertPublicationOrder(folderId)
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
let a: any = Object.assign({},this.publicationFolderService.publicationList[folderId][findIndex])
|
let a: any = Object.assign({},this.publicationFolderService.publicationList[folderId][findIndex])
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ export class PublicationFolderService {
|
|||||||
const found = this.publicationIsPresent(publicationId, folderId)
|
const found = this.publicationIsPresent(publicationId, folderId)
|
||||||
if (!found) {
|
if (!found) {
|
||||||
this.publicationList[folderId].push(Publication)
|
this.publicationList[folderId].push(Publication)
|
||||||
|
this.revertPublicationOrder(folderId);
|
||||||
} else {
|
} else {
|
||||||
this.publicationList[folderId][findIndex] = Publication
|
this.publicationList[folderId][findIndex] = Publication
|
||||||
}
|
}
|
||||||
@@ -149,6 +150,7 @@ export class PublicationFolderService {
|
|||||||
const found = this.publicationIsPresent(publicationId, folderId)
|
const found = this.publicationIsPresent(publicationId, folderId)
|
||||||
if (!found) {
|
if (!found) {
|
||||||
this.publicationList[folderId].push(publicationDetails)
|
this.publicationList[folderId].push(publicationDetails)
|
||||||
|
this.revertPublicationOrder(folderId);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
let a: any = Object.assign({}, this.publicationList[folderId][findIndex])
|
let a: any = Object.assign({}, this.publicationList[folderId][findIndex])
|
||||||
@@ -174,6 +176,7 @@ export class PublicationFolderService {
|
|||||||
const response = await this.publications.CreatePublication(folderId, publication).toPromise()
|
const response = await this.publications.CreatePublication(folderId, publication).toPromise()
|
||||||
let publicationDetails: Publication = this.publicationPipe.itemList(response)
|
let publicationDetails: Publication = this.publicationPipe.itemList(response)
|
||||||
this.publicationList[folderId].push(publicationDetails)
|
this.publicationList[folderId].push(publicationDetails)
|
||||||
|
this.revertPublicationOrder(folderId)
|
||||||
return publicationDetails
|
return publicationDetails
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -184,6 +187,7 @@ export class PublicationFolderService {
|
|||||||
const found = this.publicationIsPresent(publicationId, folderId)
|
const found = this.publicationIsPresent(publicationId, folderId)
|
||||||
if (!found) {
|
if (!found) {
|
||||||
this.publicationList[folderId].push(publicationDetails)
|
this.publicationList[folderId].push(publicationDetails)
|
||||||
|
this.revertPublicationOrder(folderId)
|
||||||
} else {
|
} else {
|
||||||
this.publicationList[folderId][findIndex] = publicationDetails
|
this.publicationList[folderId][findIndex] = publicationDetails
|
||||||
}
|
}
|
||||||
@@ -198,6 +202,8 @@ export class PublicationFolderService {
|
|||||||
const found = this.publicationIsPresent(publicationId, folderId)
|
const found = this.publicationIsPresent(publicationId, folderId)
|
||||||
if (!found) {
|
if (!found) {
|
||||||
this.publicationList[folderId].push(publicationDetails)
|
this.publicationList[folderId].push(publicationDetails)
|
||||||
|
this.revertPublicationOrder(folderId);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
return this.publicationList[folderId][findIndex]
|
return this.publicationList[folderId][findIndex]
|
||||||
}
|
}
|
||||||
@@ -224,6 +230,17 @@ export class PublicationFolderService {
|
|||||||
return Publication?.Files?.[0]?.FileBase64 != '' && Publication?.Files?.[0]?.FileBase64 != "data:image/jpg;base64,null"
|
return Publication?.Files?.[0]?.FileBase64 != '' && Publication?.Files?.[0]?.FileBase64 != "data:image/jpg;base64,null"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
revertPublicationOrder(folderId) {
|
||||||
|
//Revert order of the list
|
||||||
|
if (this.publicationList[folderId]) {
|
||||||
|
this.publicationList[folderId] = this.publicationList[folderId].sort((a, b) => {
|
||||||
|
const dateA = new Date(a.DatePublication).getTime();
|
||||||
|
const dateB = new Date(b.DatePublication).getTime();
|
||||||
|
return dateB - dateA; // Revertendo a ordem aqui
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+14
-45
@@ -1,6 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
|
<modules>
|
||||||
|
|
||||||
|
<remove name="WebDAVModule"/>
|
||||||
|
|
||||||
|
</modules>
|
||||||
|
|
||||||
|
<handlers>
|
||||||
|
|
||||||
|
<remove name="WebDAV"/>
|
||||||
|
|
||||||
|
</handlers>
|
||||||
<rewrite>
|
<rewrite>
|
||||||
<rules>
|
<rules>
|
||||||
<rule name="AngularRewrite" stopProcessing="true">
|
<rule name="AngularRewrite" stopProcessing="true">
|
||||||
@@ -16,49 +27,7 @@
|
|||||||
<httpProtocol>
|
<httpProtocol>
|
||||||
<customHeaders>
|
<customHeaders>
|
||||||
<!-- Iframe on the same host only -->
|
<!-- Iframe on the same host only -->
|
||||||
<add name="X-Frame-Options" value="SAMEORIGIN" />
|
<add name="Content-Security-Policy" value="frame-ancestors https://gdqas.oapr.gov.ao/" />
|
||||||
<!-- HTTPS on -->
|
|
||||||
<add name="Strict-Transport-Security" value="max-age=31536000" />
|
|
||||||
<add name="Referrer-Policy" value="no-referrer" />
|
|
||||||
<add name="X-Content-Type-Options" value="nosniff" />
|
|
||||||
<!-- <add e="Expect-CT" value="enforce, max-age=86400" /> -->
|
|
||||||
<!-- Permision -->
|
|
||||||
<add name="Permissions-Policy" value="camera=(), microphone=*" />
|
|
||||||
<!-- same origin only -->
|
|
||||||
<add name="Cross-Origin-Embedder-Policy" value="require-corp" />
|
|
||||||
<!-- same origin only -->
|
|
||||||
<!-- <add name="Cross-Origin-Opener-Policy" value="same-origin" /> -->
|
|
||||||
</customHeaders>
|
|
||||||
</httpProtocol>
|
|
||||||
|
|
||||||
</system.webServer>
|
|
||||||
</configuration>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<configuration>
|
|
||||||
<system.webServer>
|
|
||||||
<rewrite>
|
|
||||||
<rules>
|
|
||||||
<rule name="AngularRewrite" stopProcessing="true">
|
|
||||||
<match url=".*" />
|
|
||||||
<conditions logicalGrouping="MatchAll">
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
|
||||||
</conditions>
|
|
||||||
<action type="Rewrite" url="/" />
|
|
||||||
</rule>
|
|
||||||
</rules>
|
|
||||||
</rewrite>
|
|
||||||
<httpProtocol>
|
|
||||||
<customHeaders>
|
|
||||||
<!-- Iframe on the same host only -->
|
|
||||||
<add name="Content-Security-Policy" value="frame-ancestors https://gdviewer-dev.dyndns.info/" />
|
|
||||||
<!-- HTTPS on -->
|
<!-- HTTPS on -->
|
||||||
<add name="Strict-Transport-Security" value="max-age=31536000" />
|
<add name="Strict-Transport-Security" value="max-age=31536000" />
|
||||||
<add name="Referrer-Policy" value="no-referrer" />
|
<add name="Referrer-Policy" value="no-referrer" />
|
||||||
@@ -74,13 +43,13 @@
|
|||||||
</httpProtocol>
|
</httpProtocol>
|
||||||
|
|
||||||
|
|
||||||
<directoryBrowse enabled="false" />
|
<!-- <directoryBrowse enabled="false" />
|
||||||
<httpErrors>
|
<httpErrors>
|
||||||
<remove statusCode="404" subStatusCode="-1" />
|
<remove statusCode="404" subStatusCode="-1" />
|
||||||
<remove statusCode="403" subStatusCode="-1" />
|
<remove statusCode="403" subStatusCode="-1" />
|
||||||
<error statusCode="403" prefixLanguageFilePath="" path="/home/events" responseMode="ExecuteURL" />
|
<error statusCode="403" prefixLanguageFilePath="" path="/home/events" responseMode="ExecuteURL" />
|
||||||
<error statusCode="404" prefixLanguageFilePath="" path="/index.html" responseMode="ExecuteURL" />
|
<error statusCode="404" prefixLanguageFilePath="" path="/index.html" responseMode="ExecuteURL" />
|
||||||
</httpErrors>
|
</httpErrors> -->
|
||||||
|
|
||||||
|
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
|
|||||||
Reference in New Issue
Block a user