mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
MozReview-Commit-ID: DfvN9mAFYhI --HG-- rename : testing/web-platform/tests/conformance-checkers/html-svg/animate-elem-77-t-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/animate-elem-77-t-isvalid.html rename : testing/web-platform/tests/conformance-checkers/html-svg/linking-a-10-f-novalid.html => testing/web-platform/tests/conformance-checkers/html-svg/linking-a-10-f-isvalid.html rename : testing/web-platform/tests/conformance-checkers/html/elements/picture/srcset-microsyntax-leading-dot-x-novalid.html => testing/web-platform/tests/conformance-checkers/html/elements/picture/srcset-microsyntax-leading-dot-x-valid.html rename : testing/web-platform/tests/content-security-policy/_unapproved/script-nonces-hidden.html.headers => testing/web-platform/tests/content-security-policy/nonce-hiding/script-nonces-hidden.tentative.html.headers rename : testing/web-platform/tests/content-security-policy/_unapproved/svgscript-nonces-hidden.html.headers => testing/web-platform/tests/content-security-policy/nonce-hiding/svgscript-nonces-hidden.tentative.html.headers rename : testing/web-platform/tests/html/semantics/interactive-elements/context-menus/contextmenu-event-manual.htm => testing/web-platform/tests/html/webappapis/scripting/events/contextmenu-event-manual.htm
24 lines
621 B
ApacheConf
24 lines
621 B
ApacheConf
# Define some types
|
|
AddType application/xhtml+xml .xht
|
|
AddType text/html .htm
|
|
AddType text/css .css
|
|
AddType image/png .png
|
|
AddType text/plain .data .list
|
|
|
|
# Set the default character set
|
|
AddDefaultCharset utf-8
|
|
|
|
# Indexing Options
|
|
Options +Indexes
|
|
IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
|
|
IndexIgnore .htaccess *~ .#* #*# CVS README
|
|
ReadmeName README
|
|
|
|
# Set up the README files to be plain text
|
|
<files README>
|
|
ForceType text/plain
|
|
SetHandler default-handler
|
|
</files>
|
|
|
|
# Add some default descriptions
|
|
AddDescription "Information about the files in this directory" README
|