Author |
|
AlexFielder Newbie
Joined: 09 May 2018 Location: United Kingdom
Online Status: Offline Posts: 4
|
Posted: 09 May 2018 at 8:38am | IP Logged
|
|
|
Hi all,
I'm fairly new to setting up this sort of system so please excuse me if I have overlooked something obvious, but I have the above header set in my main web.config file thus:
<add name="X-Content-Type-Options" value="nosniff" />
which means that when I attempt to login I get the following error:
Refused to execute script from 'https://web.site/webmail/langs-js.aspx?v=500&lang=English' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
Any ideas what I can do to change this result?
Regards and Thanks,
Alex.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 May 2018 at 2:12am | IP Logged
|
|
|
No idea, sorry. WebMail Lite ASP.NET is discontinued and available on AS IS basis, using WebMail Lite PHP is strongly recommended.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
AlexFielder Newbie
Joined: 09 May 2018 Location: United Kingdom
Online Status: Offline Posts: 4
|
Posted: 10 May 2018 at 2:33am | IP Logged
|
|
|
If it's discontinued are you going to release the source files? (ala: https://makezine.com/2011/04/28/if-youre-going-to-kill-it-open-source-it/ )
|
Back to Top |
|
|
AlexFielder Newbie
Joined: 09 May 2018 Location: United Kingdom
Online Status: Offline Posts: 4
|
Posted: 10 May 2018 at 2:36am | IP Logged
|
|
|
Also, does the PHP version support SQL server?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 May 2018 at 2:41am | IP Logged
|
|
|
WebMail Lite ASP.NET was never exactly opensource as it's built on top of commercial MailBee.NET Objects, those are available as binaries with limited functionality. But as for the sources of the web components, those are available in the package, particularly under App_Code directory.
And no, WebMail Lite PHP doesn't support Microsoft SQL Server.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
AlexFielder Newbie
Joined: 09 May 2018 Location: United Kingdom
Online Status: Offline Posts: 4
|
Posted: 10 May 2018 at 9:09am | IP Logged
|
|
|
Okay, thanks for the information. I wasn't implying that it was already open source, just that rather than archiving it, you could (if it weren't for the commercial components you mention) Open source it for others to continue working upon as the article I linked to alluded.
I have managed to get this working and can now send/receive emails but the things that are tripping me up are the shown on the following page:
https://securityheaders.com/?q=https%3A%2F%2Fukedev.site&followRedirects=on
specifically the two header items in red.
These are fairly "new" browser/security standards AFAICT so I'm not surprised that the ASP.NET codebase (as it stands) doesn't support them.
I think I can however fix the issue by moving the offending .aspx code into .js format.
|
Back to Top |
|
|