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
575 B
ApacheConf
24 lines
575 B
ApacheConf
HeaderName README.md
|
|
ReadmeName none
|
|
|
|
# README is returned as text/plain anyway, but this is needed to
|
|
# make it show up.
|
|
|
|
<Files "README.md">
|
|
ForceType text/plain
|
|
</Files>
|
|
|
|
# Define some types
|
|
AddType application/xhtml+xml .xht
|
|
AddType text/html .htm
|
|
AddType text/css .css
|
|
AddType image/png .png
|
|
|
|
# Set the default character set
|
|
AddDefaultCharset utf-8
|
|
|
|
# Set up useful directory indexes
|
|
# Indexing Options
|
|
Options +Indexes +MultiViews
|
|
IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
|
|
IndexIgnore .htaccess *~ .#* #*# CVS README.md .svn
|