-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable CORS for fonts? #1
Comments
grubba
added a commit
that referenced
this issue
Nov 14, 2017
Fixes the case where the data for an existing private key has become corrupted. Fixes [WS-91] Issue #1.
grubba
pushed a commit
that referenced
this issue
Nov 24, 2017
subject: Roxen 6.1: FSGC fixes from: 4cb5413 to: 9155d22 originator: Marcus Wellhardh depends: 2017-11-13T090841 restart: true • FSGC: Avoid using DefaultMonitor implementation [EP-329] • FSGC: Fixed some typos. • FSGC [DEBUG]: Don't claim that the root directory is getting deleted. • FSGC: Pedantic threshold fix. • FSGC: Restore stable change notification after override. Fixes [EP-329] Comment #1. • FSGC: Override accelerated stable change notification [EP-327] • FSGC: Override accelerated stable change notification [EP-327]
grubba
added a commit
that referenced
this issue
Nov 24, 2017
Fixes [WS-107] comment #1, where type=cdir was set erroneously.
grubba
pushed a commit
that referenced
this issue
Nov 28, 2017
subject: Roxen 6.1: FTP Improvements, configuration REST API v2 from: 9155d22 to: f81761a originator: Jonas Lonnberg depends: 2017-11-23T111515 restart: true • Configuration REST API v2 Next version of the configuration REST API. Will probably be tweaked and expendad before documented and official. • FTP2_USE_ANY_SOURCE_PORT define to aid debugging • FTP: Filter "." and ".." from MLSD if no type fact. This is required by RFC 3659 7.5.1.2. • FTP: Cleaned up MLSD fact handling a bit. Fixes [WS-107] comment #1, where type=cdir was set erroneously. • FTP: Added hook to simplify testing of MLSD. -DFTP2_MLSD_KLUDGE now causes the FTP LIST command to become an alias for MLSD. This simplifies testing of MLSD with old FTP clients. • FTP: Claim TVFS support. • FTP: Added MLSx facts UNIX.ownername and UNIX.groupname. These superceed the defacto facts UNIX.uid and UNIX.gid as they actually have a proper definition. Cf https://www.iana.org/assignments/os-specific-parameters/os-specific-parameters.xml • FTP: Break out name_from_uid() from LS_L. This function is useful from other places in the code. • FTP: Improve MLSx compat with Sitebuilder. Fixes [WS-104] comment #1. • FTP: Update some references to RFCs. • FTP: Don't expand the argument to MLST. This makes MLST on "." and ".." generate type "cdir" and "pdir" entries. • FTP: Let MLSD list "." and "..". Potential work around for [WS-94], where an ftp client got confused by an empty result from MLSD. Fixes [WS-106]. • FTP: List "." in ls -a mode. The directory identity entry (".") is now listed in ls -a mode. Also some related code cleanup. • FTP: Avoid multiple close callbacks. Under some circumstances TelnetSession could apparently restore the close callback after it had been removed, causing it to be called multiple (sometimes on the order of 1000s) times before the connection actually gets shut down. Potential fix for [WS-99]. • Merge commit '8468d07e63a61e80c5a7916ab61c0f25135ac2fc' into patches/ftp Synch with Roxen 6.0/6.1 split. * commit '8468d07e63a61e80c5a7916ab61c0f25135ac2fc': (428 commits) • FTP: Added some comments. • FTP: Don't look up the content-type if not required. • FTP: Consistent case for the "type" fact. • FTP: Added facts UNIX.atime and UNIX.ctime. • FTP: Support the defacto facts UNIX.uid and UNIX.gid. Also adjusts the default set of facts returned by MLST and MLSD. • FTP: The UNIX.mode defacto fact should be in octal. • FTP: Implement OPTS MLST. It is now possibly to specify what facts that MLST and MLSD should return. Fixes [WS-101]. • FTP: Fixed case-sensitivity bug in HELP. The detailed help for the SITE and OPTS commands needed the command names "SITE" and "OPTS" to be speicified in upper case. • FTP: Implemented support for the OPTS command. • FTP: Fixed output from FEAT MLST. The default set of facts was not marked with asterisks ('*'). Prepare for supporting OPTS MLST. • FTP: Fixed syntax error in fact list output from MLST/MLSD. The terminating ';' was missing. • Censor FTP password when sent to roxen.handle().
grubba
pushed a commit
that referenced
this issue
Dec 2, 2017
subject: Roxen 6.0: Fixes to https fetching. from: 86da97a to: 972b4e6 originator: Erik Allemann depends: 2017-10-30T132438 restart: true • FSGC: Avoid using DefaultMonitor implementation [EP-329] • FSGC: Fixed some typos. • FSGC [DEBUG]: Don't claim that the root directory is getting deleted. • FSGC: Pedantic threshold fix. • FSGC: Restore stable change notification after override. Fixes [EP-329] Comment #1. • FSGC: Override accelerated stable change notification [EP-327]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
is there any way to enable CORS for fonts (ttf,woff) ?
@grubba @perhed
The text was updated successfully, but these errors were encountered: